Group: | Mathematical Functions |
Topic: | Exponential and Logarithmic Functions |
See also: | 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 | array | |
Output: | ||
z | array |
exp (0:1)
Contents of exp [1,] 1 [2,] 2.7183
Group: | Mathematical Functions |
Topic: | Exponential and Logarithmic Functions |
See also: | expm1 log log10 log1p |