From ffeb475873937c9f5363dd1faac1e6e5f5e55205 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sun, 29 May 2005 10:44:23 +0000 Subject: [PATCH] - 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 --- library/TODO | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100755 library/TODO diff --git a/library/TODO b/library/TODO new file mode 100755 index 0000000..44b7d8d --- /dev/null +++ b/library/TODO @@ -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