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.
nudt 1965abf2f7
tar things
5 years ago
..
Makefile tar things 5 years ago
README tar things 5 years ago
asin.c tar things 5 years ago
atan.c tar things 5 years ago
const.c tar things 5 years ago
erf.c tar things 5 years ago
exp.c tar things 5 years ago
fabs.c tar things 5 years ago
floor.c tar things 5 years ago
frexp.c tar things 5 years ago
hypot.c tar things 5 years ago
j0.c tar things 5 years ago
j1.c tar things 5 years ago
jn.c tar things 5 years ago
ldexp.c tar things 5 years ago
lgamma.c tar things 5 years ago
log.c tar things 5 years ago
main.c tar things 5 years ago
modf.c tar things 5 years ago
pow.c tar things 5 years ago
sin.c tar things 5 years ago
sinh.c tar things 5 years ago
soft.h tar things 5 years ago
soft.h.old tar things 5 years ago
sqrt.c tar things 5 years ago
tan.c tar things 5 years ago
tanh.c tar things 5 years ago

README

 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