exp
This function is used to compute the value of e raised to the power of the input.
Synopsis
function exp(
value:numeric
)
Arguments
- value
- An array of one or more values of any dimension.
Description
For each element in the input array, exp returns e raised to the power of the input .
The return array is dimensioned the same as the input array. Missing values
are ignored. The output datatype will be double if the input is type double.
Reference Manual Control Panel
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.1 $ $Date: 1998/12/23 18:39:30 $