Function fastapprox::fast::sinfull

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

Sine in radians.

The range reduction technique used here will be hopelessly inaccurate for |x| >> 1000.