Function libm::exp2 [−][src]
pub fn exp2(x: f64) -> f64
Exponential, base 2 (f64)
Calculate 2^x
, that is, 2 raised to the power x
.
pub fn exp2(x: f64) -> f64
Exponential, base 2 (f64)
Calculate 2^x
, that is, 2 raised to the power x
.