EXP Category: Function Syntax: EXP(num) Description Returns the exponential value of constant e raised to the power of the evaluated expression. See also LOG POW Example 10 LET A = EXP(1.0) 20 PRINT(A)