bevy_math::ops

Function tan

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

Computes the tangent of a number (in radians).

Precision is specified when the libm feature is enabled.