chadlibc icon indicating copy to clipboard operation
chadlibc copied to clipboard

math.h

Open d0p1s4m4 opened this issue 3 years ago • 0 comments

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

d0p1s4m4 avatar Jul 22 '21 10:07 d0p1s4m4