Group: Mathematical Functions
Subgroup: Exponential and Logarithmic Functions
See also: eh expm1 log log10 log1p

Function: exp
Description: exp produces the exponentation to base e=2.7181... of the elements in an array.

Usage: z = exp (x)
Input:
x d1 x d2 x ... x dn array
Output:
z d1 x d2 x ... x dn array

Example:
exp (0:1) 

Result:
[1,]     1 
[2,] 2.7183 






Group: Mathematical Functions
Subgroup: Exponential and Logarithmic Functions
See also: eh expm1 log log10 log1p

© XploRe, generated on 6.3.98 7:17 .