Crate sleef_trig

Source
Expand description

Rust port of a few SLEEF trigonometric functions.

Functions§

Sleef_cosf1_u35purec_range125
Evaluate the cosine function with an error bound of 3.5 ULP. Only valid for inputs within (-125.0, 125.0).
Sleef_sind1_u35purec
Evaluate the sine function with an error bound of 3.5 ULP.
Sleef_sind2_u35sse2
Evaluate the sine function with an error bound of 3.5 ULP.
Sleef_sind4_u35avxavx
Evaluate the sine function with an error bound of 3.5 ULP.
Sleef_sinf1_u35purec_range125
Evaluate the sine function with an error bound of 3.5 ULP. Only valid for inputs within (-125.0, 125.0).