Compute the natural logarithm of a tuple.
tuple_log computes the natural logarithm of the input tuple T. The natural logarithm is always returned as a floating point number. The natural logarithm of a string is not allowed.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
| Restriction: T > 0 | |
|
Log (output_control) |
number(-array) -> real |
| Natural logarithm of the input tuple. | |
tuple_log is reentrant and processed without parallelization.
Operators not requiring licensing