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

- Implemented atanh() and atanhf() which were not listed in the TODO

file but were still unimplemented up until now.

- Replaced ldexp() and modf().


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15045 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-10-16 09:05:03 +00:00
parent 44bcf889e5
commit f9e782d358
6 changed files with 137 additions and 174 deletions

View File

@@ -6,6 +6,12 @@
in Ghostscript. Wish I managed to track this down yesterday for 1.196
release... <aantonijevic>
- Implemented atanh() and atanhf() which were not listed in the TODO
file but were still unimplemented up until now.
- Replaced ldexp() and modf().
c.lib 1.196 (11.10.2005)
- Removed the various workarounds associated with <unistd.h>, required