Functions and CALL Routines |
Category: | Mathematical |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
EXP(argument) |
Details |
The EXP function raises the constant e, which is approximately 2.71828, to the power that is supplied by the argument. The result is limited by the maximum value of a floating-point value on the computer.
Examples |
SAS Statements | Results |
---|---|
x=exp(1.0); |
2.7182818285 |
x=exp(0); |
1 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.