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