Constants§
Statics§
Functions§
- binary_
search - ceil_
log2 - cos
- A cosine function that uses a lookup table.
- fract
- gcd
- lcm
- lerp
- sign
- Returns either -1, 0, or 1, depending on whether the number is negative, zero, or positive.
- sign_
as_ int - sin
- A sine function that uses a lookup table.
- to_
degrees - to_
radians