tuple_exp ( : : T : Exp )

Compute the exponential of a tuple.

tuple_exp computes the exponential of the input tuple T. The exponential is always returned as a floating point number. The exponential of a string is not allowed.


Parameters

T (input_control)
number(-array) -> real / integer
Input tuple.

Exp (output_control)
number(-array) -> real
Exponential of the input tuple.


Parallelization Information

tuple_exp is reentrant and processed without parallelization.


Alternatives

tuple_pow


See also

tuple_log, tuple_log10


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH