Siebel eScript Language Reference > Siebel eScript Commands > The Math Object >

Math.exp() Method


This method returns an implementation-dependent approximation of the exponential function of its parameter.

Syntax

Math.exp(number)

Parameter
Description

number

The exponent value of e

Returns

The value of e raised to the power number.

Usage

This method returns an implementation-dependent approximation of the exponential function of its parameter. The parameter, that is, returns e raised to the power of the x, where e is the base of the natural logarithms. NaN is returned if number cannot be converted to a number. The value of e is represented internally as approximately 2.7182818284590452354.

See Also

Math.E Property
Math.LN10 Property
Math.LN2 Property
Math.log() Method
Math.LOG2E Property
Math.LOG10E Property

Siebel eScript Language Reference