bevy_math::ops

Function sin

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

Computes the sine of a number (in radians).

Precision is specified when the libm feature is enabled.