Absolute value function
Moderator: Martin
-
- Posts: 6
- Joined: 29 Jan 2013 22:15
Absolute value function
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
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;
You have to use the following expression for the moment:
a=-3;
b=if(a<0) -a else a;