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

- Replaced the rint() and rintf() functions with the fdlibm code.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14719 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-08-27 13:49:17 +00:00
parent 5d705f3c30
commit dfd3dc3170
5 changed files with 169 additions and 6 deletions

View File

@@ -3,4 +3,5 @@ c.lib 1.174 (27.8.2004)
- atan2() did not work correctly. Please rebuild any code that
uses it.
- tan(), exp() and pow() now should return more accurate results.
- tan(), exp(), pow(), rint() and rintf() now should return more
accurate results.