EXP()

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
EXP( number )

Description:
Returns the natural logarithms' base value e (2.718281828) raised to the power 'number'

PRINT EXP(-1)
PRINT EXP(0)
PRINT EXP(1)
PRINT EXP(10)

Output:
0.3678794412
1
2.718281828
22026.46579

Last edited: 29 September, 2020