Evaluate the base 10 logarithm. More...
Functions | |
AFAPI array | log10 (const array &in) |
C++ Interface to evaluate the base 10 logarithm. More... | |
AFAPI af_err | af_log10 (af_array *out, const af_array in) |
C Interface to evaluate the base 10 logarithm. More... | |
Evaluate the base 10 logarithm.
C Interface to evaluate the base 10 logarithm.
[out] | out | base 10 logarithm |
[in] | in | input array |