Age | Commit message (Expand) | Author |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis |
2016-09-12 | Reduce libm's exports and make internal calls go direct. | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2012-08-23 | Aliases for extended precision were missed on a few functions on hppa. | Martynas Venckus |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-04-28 | - enable fenv | Martynas Venckus |
2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2008-12-09 | - 80-bit and quad precision trigonometric and other most | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |
2008-06-11 | - on non-ieee, rename gamma to tgamma, the 'true' gamma | Martynas Venckus |
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith |
2006-03-18 | add some more C99 functions: trunc(3) and truncf(3). | Brad Smith |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |