Siebel eScript Language Reference > Methods Reference > Mathematical Methods >

Get Exponential Method


The Get Exponential method returns e raised to the power of x where:

  • e is the base of the natural logarithms. The value of e internally is approximately 2.7182818284590452354.
  • x is the value that the number argument contains.

If this method cannot convert the value that the number argument contains to a number, then it returns the following value:

NaN

Format

Math.exp(number)

Table 109 describes the arguments for the Get Exponential method.

Table 109. Arguments of the Get Exponential Method
Argument
Description

number

The exponent value of the base of e.

Related Topics

For more information, see the following topics:

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.