pub fn exp2(x: f32) -> f32
libm
Returns 2^(self).
2^(self)
Precision is specified when the libm feature is enabled.