3.5.1.1.9 Exp

Description

This function returns the exponential value of x. If x is greater than 667, this function returns a missing value.

Syntax

double exp( double x)

Parameters

x

is the numeric of which you want to get the exponential value.

Return

Returns the exponential value of x. If x is greater than 667, this function returns a missing value.

Example

exp(3) = ;  // 20.085536923188
exp(668) = ; //returns missing value