EXP Function


Returns the value of the exponential function

Category: Mathematical

Syntax

EXP ( argument )

Arguments

argument

  • is numeric.

Details

The EXP function raises the constant e , which is approximately given by 2.71828, to the power that is supplied by the argument. The result is limited by the maximum value of a floating-point decimal value on the computer.

Examples

SAS Statements

Results

x=exp(1.0);

2.7182818285

x=exp(0);

1




SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 704

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net