ack/lang/cem/libcc.ansi/math
George Koehler b00a2c906d Build fdopen(), hypot(), putenv() in libc.
These functions are in POSIX; hypot() is in C99.  Also build cabs()
because it rides with hypot(), but don't declare cabs() in any header
file, because our compiler can't parse C99 "double complex" type.

Touch build.lua so it sees that .c files moved.
2017-10-28 13:33:57 -04: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
hypot.c Build fdopen(), hypot(), putenv() in libc. 2017-10-28 13:33:57 -04: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