123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- acos
- acosf
- acosh
- acoshf
- acoshl
- acosl
- asin
- asinf
- asinh
- asinhf
- asinhl
- asinl
- atan
- atan2
- atan2f
- atan2l
- atanf
- atanh
- atanhf
- atanhl
- atanl
- cbrt
- cbrtf
- cbrtl
- ceil
- ceilf
- ceill
- copysign
- copysignf
- copysignl
- cos
- cosf
- cosh
- coshf
- coshl
- cosl
- erf
- erfc
- erfcf
- erfcl
- erff
- erfl
- exp
- exp2
- exp2f
- exp2l
- expf
- expl
- expm1
- expm1f
- expm1l
- fabs
- fabsf
- fabsl
- fdim
- fdimf
- fdiml
- floor
- floorf
- floorl
- fma
- fmaf
- fmal
- fmax
- fmaxf
- fmaxl
- fmin
- fminf
- fminl
- fmod
- fmodf
- fmodl
- frexp
- frexpf
- frexpl
- hypot
- hypotf
- hypotl
- ilogb
- ilogbf
- ilogbl
- ldexp
- ldexpf
- ldexpl
- lgamma
- lgammaf
- lgammal
- llrint
- llrintf
- llrintl
- llround
- llroundf
- llroundl
- log
- log10
- log10f
- log10l
- log1p
- log1pf
- log1pl
- log2
- log2f
- log2l
- logb
- logbf
- logbl
- logf
- logl
- lrint
- lrintf
- lrintl
- lround
- lroundf
- lroundl
- modf
- modff
- modfl
- nan
- nanf
- nanl
- nearbyint
- nearbyintf
- nearbyintl
- nextafter
- nextafterf
- nextafterl
- nexttoward
- nexttowardf
- nexttowardl
- pow
- powf
- powl
- remainder
- remainderf
- remainderl
- remquo
- remquof
- remquol
- rint
- rintf
- rintl
- round
- roundf
- roundl
- scalbln
- scalblnf
- scalblnl
- scalbn
- scalbnf
- scalbnl
- sin
- sinf
- sinh
- sinhf
- sinhl
- sinl
- sqrt
- sqrtf
- sqrtl
- tan
- tanf
- tanh
- tanhf
- tanhl
- tanl
- tgamma
- tgammaf
- tgammal
- trunc
- truncf
- truncl
|