cupy.log2#

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

Elementwise binary logarithm function.

See also

numpy.log2