devela::_dep::web_sys::js_sys::Math

Function log2

Source
pub fn log2(x: f64) -> f64 
Available on crate feature dep_web_sys only.
Expand description

The Math.log2() function returns the base 2 logarithm of a number.

MDN documentation