chadlibc
chadlibc copied to clipboard
math.h
Trigonometric functions
- [ ] acos
- [ ] asin
- [ ] atan
- [ ] atan2
- [ ] cos
- [ ] sin
- [ ] tan
Hyperbolic functions
- [ ] cosh
- [ ] sinh
- [ ] tanh
Exponential and logarithmic functions
- [ ] exp
- [ ] frexp
- [ ] ldexp
- [ ] log
- [ ] log10
- [ ] modf
Power functions
- [ ] pow
- [x] sqrt
Nearest integer, absolute value, and remainder functions
- [ ] ceil
- [ ] fabs
- [ ] floor
- [ ] fmod