1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00
Files
amiga-clib2/library/TODO
Olaf Barthel 505c23237a - Added skeleton code for acosf(), acosh(), acoshf(), asinf(), asinh(),
asinhf(), atan2f(), atanf(), atanh(), atanhf(), cbrt(), cbrtf(),
  ceilf(), cosf(), coshf(), erf(), erfc(), erfcf(), erff(),
  exp2(), exp2f(), expf(), expm1(), expm1f(), fdim(), fdimf(),
  floorf(), fma(), fmaf(), fmax(), fmaxf(), fmin(), fminf(),
  fmodf(), frexpf(), hypotf(), ilogb(), ilogbf(), ldexpf(), lgamma(),
  lgammaf(), log10f(), log1p(), log1pf(), log2(), log2f(), logbf(),
  logf(), lrint(), lrintf(), lround(), lroundf(), modff(), nearbyint(),
  nearbyintf(), powf(), remainder(), remainderf(), remquo(), remquof(), round(),
  roundf(), scalbn(), scalbnf(), sinf(), sinhf(), sqrtf(), tanf(),
  tanhf(), tgamma(), tgammaf(), trunc() and truncf(), to be filled in
  later...


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14961 87f5fb63-7c3d-0410-a384-fd976d0f7a62
2005-05-29 11:19:01 +00:00

52 lines
466 B
Plaintext
Executable File

C99 math functions:
("float"-versions of existing "double" functions)
acosf
asinf
atan2f
atanf
ceilf
cosf
expf
floorf
fmodf
frexpf
hypotf
ldexpf
log10f
logbf
logf
modff
powf
sinf
sqrtf
tanf
(functions generally missing, plus their "float" counterparts)
acosh
asinh
cbrt
erfc
exp2
expm1
fdim
fma
fmax
fmin
ilogb
lgamma
log1p
log2
lrint
lround
nearbyint
nexttoward
remainder
remquo
round
scalbn
sinh
tanh
tgamma
trunc