Evaluate the natural logarithm of 1 + input, ln(1+in)
.
More...
Functions | |
AFAPI array | log1p (const array &in) |
C++ Interface to evaluate the natural logarithm of 1 + input, ln(1+in) . More... | |
AFAPI af_err | af_log1p (af_array *out, const af_array in) |
C Interface to evaluate the natural logarithm of 1 + input, ln(1+in) . More... | |
Evaluate the natural logarithm of 1 + input, ln(1+in)
.
C Interface to evaluate the natural logarithm of 1 + input, ln(1+in)
.
[out] | out | logarithm of in + 1 |
[in] | in | input array |