Skip to main content

Module log_base_2

Module log_base_2 

Source
Expand description

LogBase2 and LogBase2Assign, traits for computing the base-2 logarithm of Floats.

Functionsยง

primitive_float_log_base_2
Computes the base-2 logarithm of a primitive float, $\log_2 x$.
primitive_float_log_base_2_rational
Computes the base-2 logarithm of a Rational, returning a primitive float result.