EXP |
Top Previous Next |
Syntax DOUBLE = EXP(num as DOUBLE) Description Calculates the exponential value of a number Parameters num - The number to calculate the exponential value Return value The exponential value of the number num Remarks None Example usage PRINT EXP(10) |