minix/lib/math
2010-01-08 07:27:54 +00:00
..
asin.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
atan.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
atan2.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ceil.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
compare.c Floating point support functions 2009-12-24 20:22:41 +00:00
exp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fabs.c Add fabsf function 2010-01-08 07:27:11 +00:00
floor.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fmod.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
hugeval.c Floating point support functions 2009-12-24 20:22:41 +00:00
localmath.h Floating point support functions 2009-12-24 20:22:41 +00:00
log.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
log10.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Makefile.in Add scalbn family of functions 2010-01-08 07:27:54 +00:00
math_private.h A rint() implementation. 2007-12-14 11:59:54 +00:00
pow.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
s_rint.c A rint() implementation. 2007-12-14 11:59:54 +00:00
scalbn.c Add scalbn family of functions 2010-01-08 07:27:54 +00:00
sin.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sinh.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sqrt.c Floating point support functions 2009-12-24 20:22:41 +00:00
tan.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tanh.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00