EXP

This command will return a result raised to the power of the input value.

  Syntax
Return Float=EXP(Value)
  Parameters
Value
Float
This value is a float number such as 0.5

  Returns

This value is a float number such as 0.5

  Description

The value should be an integer number. The return value will be a float value.

  Example Code
PRINT EXP(10)
WAIT KEY
  See also

CORE Commands Menu
Index