Age | Commit message (Expand) | Author |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis |
2016-03-17 | Remove #ifdef __vax__ bits | Jeremie Courreges-Anglas |
2015-07-19 | Define new C99 macros: | Martynas Venckus |
2014-05-03 | - Provide extended-precision math constants req'd by POSIX | Martynas Venckus |
2013-08-06 | Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vax | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2011-07-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-04-28 | - enable fenv | Martynas Venckus |
2010-12-14 | - make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the | Martynas Venckus |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-04-08 | nuke extern from func decls. ok millert@ | Martynas Venckus |
2008-12-11 | add __infinityf declaration. (only affects vax). pointed out by miod@ | Martynas Venckus |
2008-12-09 | expose extended-precision definitions. ok millert@ | Martynas Venckus |
2008-09-09 | sigh, gamma got lost | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-24 | unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanf | Martynas Venckus |
2008-07-24 | - add NAN definition (except on VAX) | Martynas Venckus |
2008-07-22 | - added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE, FP_NAN, | Martynas Venckus |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-16 | infnan always returned wrong values, because compiler assumed it | Martynas Venckus |
2008-06-11 | tgamma and tgammaf | Martynas Venckus |
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith |
2006-07-12 | add missing prototypes for trunc/truncf. | Brad Smith |
2006-05-05 | delint; ok millert@ beck@ | Otto Moerbeek |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek |
2005-01-06 | provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs) | Marc Espie |
2003-06-26 | Better value for vax MAXFLOAT | Jason Wright |
2003-06-26 | redefine MAXFLOAT in vax terms | Jason Wright |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-05-26 | Change protection of struct exception back from #ifdef __LIBM_PRIVATE | Todd C. Miller |
2000-03-01 | $OpenBSD$ | Todd T. Fries |
1998-03-02 | We don't need two math.h headers incvs server: nothing known about | Todd C. Miller |
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |