issues
search
cute-engineering
/
chadlibc
😎 C standard library
GNU Lesser General Public License v3.0
19
stars
3
forks
source link
math.h
#5
Open
d0p1s4m4
opened
3 years ago
d0p1s4m4
commented
3 years ago
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
Trigonometric functions
Hyperbolic functions
Exponential and logarithmic functions
Power functions
Nearest integer, absolute value, and remainder functions