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