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_ ⚠u35avx avx
- 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).