|
EXP()
Abbreviation: E <SHIFT+X>
TYPE: Function-Numeric
FORMAT: EXP ( <number> )
Action: This mathematical function calculates the constant e
(2.71828183) raised to the power of the number given. A value
greater than 88.0296919 causes an ?OVERFLOW error to occur.
EXAMPLES of EXP Function:
10 PRINT EXP (1)
20 X = Y*EXP (Z*Q)
|