Previous PageNext Page

7.20.9 exp Method

Computes e to the power of the supplied numeric argument.
 

Syntax

Math.exp(number)

Arguments

number
A numeric expression representing the power of e.

Remarks

The return value is enumber. The constant e is Euler's constant, approximately equal to 2.178 and number is the supplied argument.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page