ack/lang/cem/libcc.ansi/math
George Koehler 08f9869a63 Remove unused defines from lang/cem/libcc.ansi/math/localmath.h
This undoes part of bfeb736, and returns to using DBL_MAX_EXP and
DBL_MIN_EXP from float.h.

Add a dependency on math/localmath.h and other local header files so
libc is rebuilt when those headers change.
2016-11-06 15:49:47 -05:00
..
asin.c Header --> Id 1994-06-24 14:02:31 +00:00
atan.c Header --> Id 1994-06-24 14:02:31 +00:00
atan2.c Header --> Id 1994-06-24 14:02:31 +00:00
ceil.c Header --> Id 1994-06-24 14:02:31 +00:00
exp.c Header --> Id 1994-06-24 14:02:31 +00:00
fabs.c Header --> Id 1994-06-24 14:02:31 +00:00
floor.c Header --> Id 1994-06-24 14:02:31 +00:00
fmod.c Header --> Id 1994-06-24 14:02:31 +00:00
frexp.e Header --> Id 1994-06-24 14:02:31 +00:00
hugeval.c Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
isnan.c Some minor mods 1991-08-27 08:57:28 +00:00
ldexp.c Header --> Id 1994-06-24 14:02:31 +00:00
LIST Check for Nan 1991-03-19 16:39:40 +00:00
localmath.h Remove unused defines from lang/cem/libcc.ansi/math/localmath.h 2016-11-06 15:49:47 -05:00
log.c Header --> Id 1994-06-24 14:02:31 +00:00
log10.c Header --> Id 1994-06-24 14:02:31 +00:00
Makefile Check for Nan 1991-03-19 16:39:40 +00:00
modf.e Header --> Id 1994-06-24 14:02:31 +00:00
pow.c Improved the pow() function to give more exact results 1995-12-05 12:29:36 +00:00
sin.c Header --> Id 1994-06-24 14:02:31 +00:00
sinh.c Header --> Id 1994-06-24 14:02:31 +00:00
sqrt.c Header --> Id 1994-06-24 14:02:31 +00:00
tan.c Header --> Id 1994-06-24 14:02:31 +00:00
tanh.c Header --> Id 1994-06-24 14:02:31 +00:00