Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Free functions

acosCalculates the arc cosine (inverse cosine)….
acos_fastFast arc cosine using lookup table.
asinCalculates the arc sine (inverse sine)….
asin_fastFast arc sine using lookup table.
atanCalculates the arc tangent (inverse tangent)….
atan_fastFast arc tangent using lookup table.
cosCalculates the cosine of an angle….
cos_fastFast cosine using lookup table.
sinCalculates the sine of an angle. Uses Taylor series for high precision….
sin_fastFast sine using lookup table.
tanCalculates the tangent of an angle….
tan_fastFast tangent using lookup table.
_sin_loop