With Evan Balster's formula plugin the formula looks like this: (= (636-2*(22)-2*(32))/5 =)
resulting in: 105.60
not that complicated.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7728ce13-d915-4e7d-a91a-5e930823dd78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
_________________________________________________________________ ________________________________________________________ Ihre E-Mail-Postfächer sicher & zentral an einem Ort. Jetzt wechseln und alte E-Mail-Adresse mitnehmen! https://www.eclipso.de
* wl = Wall length: 636 cm
* ot = Offset total: 22 cm + 22 cm = 44 cm
* pw = Painting width: 64 cm
* np = number of paintings: 6
---
* first nail: ot/2 + pw/2
* next nails: (wl - (ot + pw))/(np-1)
---
first: <$macrocall $name="rpn" a=<<rpn 44 2 />> b=<<rpn 64 2 />> operation="+" decimals="2" precision="p" locale="de-CH"/> cm
next:
<$wikify name="distance" text='<$macrocall $name="rpn" a=636 b=<<rpn 44 64 +>> operation="-"/>'>
<$macrocall $name="rpn" a=<<distance>> b=<<rpn 6 1 ->> operation="/" decimals="2" precision="p" locale="de-CH"/> cm
</$wikify>Evan's formula plugin. Its the Tyrannosaurus of all plugins