Page 1 of 1

Absolute value function

Posted: 06 Mar 2013 22:12
by nochedelmono
An absolute value function would be very useful and hopefully simple to add .... something like abs (num). Thanks so much for an already great app.

Re: Absolute value function

Posted: 08 Mar 2013 14:35
by Martin
I will add the abs function in the next update.

You have to use the following expression for the moment:
a=-3;
b=if(a<0) -a else a;