|
Natural logarithm. More...
Functions | |
AFAPI array | log (const array &in) |
C++ Interface for natural logarithm. More... | |
AFAPI af_err | af_log (af_array *out, const af_array in) |
C Interface for natural logarithm. More... | |
Natural logarithm.
C Interface for natural logarithm.
[out] | out | will contain the natural logarithm of in |
[in] | in | is input |
C++ Interface for natural logarithm.
[in] | in | is input |