1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added a TODO-list which at this time only covers the missing floating

point arithmetic functions.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14960 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-05-29 10:44:23 +00:00
parent c3a10b88b5
commit ffeb475873

51
library/TODO Executable file
View File

@ -0,0 +1,51 @@
C99 math functions:
("float"-versions of existing "double" functions)
acosf
asinf
atan2f
atanf
ceilf
cosf
expf
floorf
fmodf
frexpf
hypotf
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
scabln
scalbn
sinh
tanh
tgamma
trunc