[Trigger] Round up or down

Status
Not open for further replies.
Hello everyone is it possible to round up or down a number using real or integer.

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))
it comes up with 83.03...
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.
 
Status
Not open for further replies.
Back
Top