EXP


The EXP function returns the mathematical constant e to the specified power.

 

COMMAND SYNTAX

EXP(expression)

 

SYNTAX ELEMENTS

The expression may consist of any form of jBC expression but should evaluate to a numeric argument or a runtime error will occur and the program will enter the debugger.

 

NOTES

The function will return a value that is accurate to as many decimal places as are specified by the PRECISION of the program.

 

EXAMPLE

zE10 = EXP(10) ;* Get e^10


jBC