[tw] Re: rounding wikiCalc values

2010-12-29 Thread Dave Parker
thank you Sir! On Dec 29, 9:55 pm, Eric Shulman wrote: > > My WikiCalc value gives a number with a lot of decimal places. > > Obviously this doesn't work to round it: > > > math.round(< > "703">>*10)/10 > > > and if I surround that with ... the wikiCalc macro > > doesn't work. > > The javascrip

[tw] Re: rounding wikiCalc values

2010-12-29 Thread Eric Shulman
> My WikiCalc value gives a number with a lot of decimal places. > Obviously this doesn't work to round it: > > math.round(< "703">>*10)/10 > > and if I surround that with ... the wikiCalc macro > doesn't work. The javascript expression, including the use of Math.round(...), has to be completely