| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common |  kettenis | 1 | -1/+12 |
| 2016-03-17 | Remove #ifdef __vax__ bits |  jca | 1 | -22/+7 |
| 2015-07-19 | Define new C99 macros: |  martynas | 1 | -1/+17 |
| 2014-05-03 | - Provide extended-precision math constants req'd by POSIX |  martynas | 1 | -14/+30 |
| 2013-08-06 | Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vax |  miod | 1 | -7/+7 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 1 | -2/+1 |
| 2011-07-06 | Finalize work on the math library. It's time to do this monster |  martynas | 1 | -35/+1 |
| 2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. |  martynas | 1 | -2/+2 |
| 2011-04-28 | - enable fenv |  martynas | 1 | -6/+2 |
| 2010-12-14 | - make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the |  martynas | 1 | -1/+12 |
| 2009-07-25 | int is big enough to fully represent exponents of all supported fp |  martynas | 1 | -7/+1 |
| 2009-04-08 | nuke extern from func decls. ok millert@ |  martynas | 1 | -219/+219 |
| 2008-12-11 | add __infinityf declaration. (only affects vax). pointed out by miod@ |  martynas | 1 | -1/+2 |
| 2008-12-09 | expose extended-precision definitions. ok millert@ |  martynas | 1 | -4/+36 |
| 2008-09-09 | sigh, gamma got lost |  martynas | 1 | -3/+1 |
| 2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 1 | -67/+14 |
| 2008-07-24 | unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanf |  martynas | 1 | -13/+1 |
| 2008-07-24 | - add NAN definition (except on VAX) |  martynas | 1 | -11/+5 |
| 2008-07-22 | - added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE, FP_NAN, |  martynas | 1 | -110/+342 |
| 2008-07-21 | - add proper double_t and float_t definitions for each arch |  martynas | 1 | -6/+4 |
| 2008-07-16 | infnan always returned wrong values, because compiler assumed it |  martynas | 1 | -1/+5 |
| 2008-06-11 | tgamma and tgammaf |  martynas | 1 | -1/+3 |
| 2006-07-12 | add some more C99 functions: round(3) and roundf(3). |  brad | 1 | -1/+3 |
| 2006-07-12 | add missing prototypes for trunc/truncf. |  brad | 1 | -1/+5 |
| 2006-05-05 | delint; ok millert@ beck@ |  otto | 1 | -2/+2 |
| 2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined |  millert | 1 | -15/+15 |
| 2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via |  otto | 1 | -1/+9 |
| 2005-01-06 | provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs) |  espie | 1 | -1/+11 |
| 2003-06-26 | Better value for vax MAXFLOAT |  jason | 1 | -2/+2 |
| 2003-06-26 | redefine MAXFLOAT in vax terms |  jason | 1 | -1/+6 |
| 2002-02-16 | 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. |  millert | 1 | -110/+110 |
| 2001-05-26 | Change protection of struct exception back from #ifdef __LIBM_PRIVATE |  millert | 1 | -2/+2 |
| 2000-03-01 | $OpenBSD$ |  todd | 1 | -1/+1 |
| 1998-03-02 | We don't need two math.h headers incvs server: nothing known about |  millert | 1 | -4/+7 |
| 1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their |  niklas | 1 | -0/+1 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 1 | -0/+274 |