You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
568 B
21 lines
568 B
01/13/90
|
|
I implemented frexp(), ldexp(), and modf()
|
|
as needed by this math library, using the IEEE double's of GNU CC
|
|
for the 68000. This was previously implemented for the trix compiler
|
|
only (harmony stuff, in crt.a).
|
|
-Marc E. G.
|
|
|
|
Now uses a sensible custom math.h instead of libm.h.
|
|
|
|
02/28/91
|
|
Added infnan() and finite() in const.c; these constants should be revised...
|
|
-MEG
|
|
|
|
---------------------------------
|
|
I adopted this package to Linux. It works on all legal numbers. But it
|
|
needs more work to get error handling right.
|
|
|
|
H.J. Lu
|
|
hlu@eecs.wsu.edu
|
|
02/18/92
|