bevy_math::ops

Function exp2

Source
pub fn exp2(x: f32) -> f32
Available on non-crate feature libm only.
Expand description

Returns 2^(self).

Precision is specified when the libm feature is enabled.