tuple_log10 ( : : T : Log )

Compute the base 10 logarithm of a tuple.

tuple_log10 computes the base 10 logarithm of the input tuple T. The logarithm is always returned as a floating point number. The logarithm of a string is not allowed.


Parameters

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

Log (output_control)
number(-array) -> real
Base 10 logarithm of the input tuple.


Parallelization Information

tuple_log10 is reentrant and processed without parallelization.


Alternatives

tuple_log


See also

tuple_exp, tuple_pow


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH