Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Example:
exp(0:1)

Result:
Contents of exp



[1,]        1

[2,]   2.7183



(C) MD*TECH Method and Data Technologies, 05.02.2006