cupyx.scipy.special.log1p#

cupyx.scipy.special.log1p = <ufunc 'cupyx_scipy_log1p'>#

Elementwise function for scipy.special.log1p

Calculates log(1 + x) for use when x is near zero.

Notes

This implementation currently does not support complex-valued x.

See also

scipy.special.log1p()