Herror ::tuple_exp (
    const HTuple &T,
    double *Exp
)
Herror ::tuple_exp (
    const HTuple &T,
    HTuple *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) -> HTuple.double / long
Input tuple.

Exp (output_control)
number(-array) -> (HTuple.) double *
Exponential of the input tuple.


Alternatives

::tuple_pow


See also

::tuple_log, ::tuple_log10


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH