complex.log2
Returns the base-2 logarithm of the complex number.
Args
self
(T
) - The input complex number.
Panics
Panics if the input is negative.
Returns
A complex number representing the binary logarithm of the input number.
Examples
Last updated
Was this helpful?