Function Exp(x)

Exp

Exp(
    x             ! (input) numerical expression
    )

Arguments

x

A scalar numerical expression.

Return Value

The function Exp returns the exponential value \(e^x\).

Note

The function Exp can be used in constraints of nonlinear mathematical programs.

See also

The functions Log, Log10. Arithmetic functions are discussed in full detail in Arithmetic Functions of the Language Reference.