summaryrefslogtreecommitdiffstats
path: root/include/math.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonkettenis2018-03-101-1/+12
* Remove #ifdef __vax__ bitsjca2016-03-171-22/+7
* Define new C99 macros:martynas2015-07-191-1/+17
* - Provide extended-precision math constants req'd by POSIXmartynas2014-05-031-14/+30
* Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vaxmiod2013-08-061-7/+7
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Finalize work on the math library. It's time to do this monstermartynas2011-07-061-35/+1
* Also enclose variable names with external linkage in __BEGIN_DECLS.martynas2011-05-251-2/+2
* - enable fenvmartynas2011-04-281-6/+2
* - make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to themartynas2010-12-141-1/+12
* 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