![]() |
![]() |
![]() |
|
EXP
This command will return a result raised to the power of the input value.
Return Float=EXP(Value)
Value Float
This value is a float number such as 0.5
The value should be an integer number. The return value will be a float value.
PRINT EXP(10)
|