|
MathLog
Calculates the values of the log(x) function for array elements.
Version for calculating the natural logarithm with output of the results to a new array.
bool MathLog(
|
Version for calculating the natural logarithm with output of the results to the original array.
bool MathLog(
|
Version for calculating the logarithm to a specified base with output of the results to a new array.
bool MathLog(
|
Version for calculating the logarithm to a specified base with output of the results to the original array.
bool MathLog(
|
Parameters
array[]
[in] Array of values.
base
[in] The base of the logarithm.
array[]
[out] Array of output values.
result[]
[out] Array of output values.
Return Value
Returns true if successful, otherwise false.