Menu

Code Commit Log


Commit Date  
[r288] by obarthel

- Added more casts for the powf() function parameters.

2005-05-30 18:28:45 Tree
[r287] by obarthel

- Made ACrypt() compile again.

2005-05-30 14:01:20 Tree
[r286] by obarthel

- Updated the smakefile, so that it includes the new math object files.

2005-05-30 11:42:38 Tree
[r285] by obarthel

- Replaced the (float) casts in strtof() with calls to powf().

2005-05-30 09:50:43 Tree
[r284] by obarthel

- Ported acosh(), acoshf(), asinh(), asinhf(), lgamma(), lgammaf(),
remainder() and remainderf() for C99.

2005-05-30 08:47:41 Tree
[r283] by obarthel

- Ported cosf(), coshf(), sinf(), sinhf(), tanf(), tanhf()
and hypotf() for C99.

2005-05-30 08:10:41 Tree
[r282] by obarthel

- Implemented fmin()/fminf(), fmax()/fmaxf(), fdim()/fdimf() for C99.

- Ported acosf(), asinf(), atan2f(), atanf(), ceilf(), expf(), floorf(),
fmodf(), frexpf(), ldexpf(), log10f(), logbf(), logf(), modff(), powf(), sqrtf(),
scalbn() and scalbnf() for C99.

- Ported cbrt(), cbrtf(), erf(), erff(), erfc(), erfcf(), expm1(),
expm1f(), ilogb(), ilogbf(), log1p() and log1pf() for C99.

2005-05-29 14:45:33 Tree
[r281] by obarthel

- Implemented fmin()/fminf(), fmax()/fmaxf(), fdim()/fdimf() (C99).

2005-05-29 12:41:04 Tree
[r280] by obarthel

- 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...

2005-05-29 11:19:01 Tree
[r279] by obarthel

- Added a TODO-list which at this time only covers the missing floating
point arithmetic functions.

2005-05-29 10:44:23 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.