Exp-func
This function returns the exponential value of x. If x is greater than 667, this function returns a missing value.
double exp( double x)
x
Returns the exponential value of x. If x is greater than 667, this function returns a missing value.
exp(3) = ; // 20.085536923188 exp(668) = ; //returns missing value