summaryrefslogtreecommitdiffstats
path: root/include/math.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* int is big enough to fully represent exponents of all supported fpmartynas2009-07-251-7/+1
* nuke extern from func decls. ok millert@martynas2009-04-081-230/+230
* add __infinityf declaration. (only affects vax). pointed out by miod@martynas2008-12-111-1/+2
* expose extended-precision definitions. ok millert@martynas2008-12-091-4/+36
* sigh, gamma got lostmartynas2008-09-091-3/+1
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-67/+14
* unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanfmartynas2008-07-241-13/+1
* - add NAN definition (except on VAX)martynas2008-07-241-11/+5
* - added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE, FP_NAN,martynas2008-07-221-111/+343
* - add proper double_t and float_t definitions for each archmartynas2008-07-211-6/+4
* infnan always returned wrong values, because compiler assumed itmartynas2008-07-161-1/+5
* tgamma and tgammafmartynas2008-06-111-1/+3
* add some more C99 functions: round(3) and roundf(3).brad2006-07-121-1/+3
* add missing prototypes for trunc/truncf.brad2006-07-121-1/+5
* delint; ok millert@ beck@otto2006-05-051-2/+2
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-15/+15
* Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaotto2005-11-171-1/+9
* provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs)espie2005-01-061-1/+11
* Better value for vax MAXFLOATjason2003-06-261-2/+2
* redefine MAXFLOAT in vax termsjason2003-06-261-1/+6
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-120/+120
* Change protection of struct exception back from #ifdef __LIBM_PRIVATEmillert2001-05-261-2/+2
* $OpenBSD$todd2000-03-011-1/+1
* We don't need two math.h headers incvs server: nothing known aboutmillert1998-03-021-4/+7
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+274