cupy.log1p#

cupy.log1p(x, /, out=None, \*, casting='same_kind', dtype=None)#

Computes log(1 + x) elementwise.

See also

numpy.log1p