mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- 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
This commit is contained in:
@@ -12,6 +12,7 @@ C99 math functions:
|
||||
fmodf
|
||||
frexpf
|
||||
hypotf
|
||||
ldexpf
|
||||
log10f
|
||||
logbf
|
||||
logf
|
||||
@@ -43,7 +44,6 @@ C99 math functions:
|
||||
remainder
|
||||
remquo
|
||||
round
|
||||
scabln
|
||||
scalbn
|
||||
sinh
|
||||
tanh
|
||||
|
||||
Reference in New Issue
Block a user