| acos | Calculates the arc cosine (inverse cosine)…. |
| acos_fast | Fast arc cosine using lookup table. |
| asin | Calculates the arc sine (inverse sine)…. |
| asin_fast | Fast arc sine using lookup table. |
| atan | Calculates the arc tangent (inverse tangent)…. |
| atan_fast | Fast arc tangent using lookup table. |
| cos | Calculates the cosine of an angle…. |
| cos_fast | Fast cosine using lookup table. |
| sin | Calculates the sine of an angle. Uses Taylor series for high precision…. |
| sin_fast | Fast sine using lookup table. |
| tan | Calculates the tangent of an angle…. |
| tan_fast | Fast tangent using lookup table. |
| _sin_loop | — |