On Thursday, April 29, 2021 at 7:07:44 AM UTC-7 TiddlyTweeter wrote: > *<$list filter="8.4 +[multiply[0.195]]"/>* > *=1.6380000000000001* > Is there any way to "round" the OUTPUT to a more readable: *1.638* or > *1.64* ?? >
You can use the fixed[n] operator, where "n" is the number of desired decimal places. Thus: <$list filter="8.4 +[multiply[0.195]]"/> https://tiddlywiki.com/#fixed%20Operator -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6c7f27d2-0c50-4a30-bdf6-e8f438c2b9d6n%40googlegroups.com.

