cupy.log1p#

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

按元素计算 log(1 + x)

另请参阅

numpy.log1p