Natural logarithm of (1 + in)
More...
Natural logarithm of (1 + in)
- Note
- This function supports real inputs only. Complex inputs are not yet supported.
C Interface for logarithm of (in + 1)
- Parameters
-
| [out] | out | will contain the logarithm of of (in + 1) |
| [in] | in | is input |
- Returns
- AF_SUCCESS if the execution completes properly
| AFAPI array af::log1p |
( |
const array & |
in | ) |
|
C++ Interface for natural logarithm of 1 + input.
- Parameters
-
- Returns
- the natural logarithm of (1 + input)
- Note
- This function is useful when
is small