- Joined
- Jul 14, 2007
- Messages
- 713
Hello everyone is it possible to round up or down a number using real or integer.
Because here is my equation
this is the number i need but i do not need the .03...
is there anyway to get rid of it, without doing -0.3....
due to it changes when the LEVEL variable changes.
Thanks guys.
Because here is my equation
-
Actions
-

Set LEVEL = 1
-

Set EXPREQUIRED = (((Real(LEVEL)) + 300.00) x ((Power(2.00, ((Real(LEVEL)) / 7.00))) x 0.25))
-

Set TOTALEXP = (EXPREQUIRED + ((Real(LEVEL)) x EXPREQUIRED))
-
this is the number i need but i do not need the .03...
is there anyway to get rid of it, without doing -0.3....
due to it changes when the LEVEL variable changes.
Thanks guys.




