bevy_math::ops

Function exp2

source
pub fn exp2(x: f32) -> f32
Expand description

Returns 2^(self).

Precision is specified when the libm feature is enabled.