| Age | Commit message (Expand) | Author |
| 2022-02-28 | Pull up following revision(s) (requested by gdt in ticket #1430): | martin |
| 2018-06-24 | Fix the rest of the functions that have been made visible by xopen5, | christos |
| 2018-06-24 | PR/53393: coypu: move rint to the right section. | christos |
| 2013-09-16 | Allow archs to provide __isinf() and __isnan() as inline functions instead | martin |
| 2013-04-19 | If __FLT_EVAL_METHOD__ exists and is in {0,1,2}, provide float_t and | joerg |
| 2013-02-11 | FP_ILOGBNAN should be INT_MAX | matt |
| 2013-02-09 | Define FP_ILOGB0 and FP_ILOGBNAN | matt |
| 2013-01-28 | Add missing long double functions | matt |
| 2012-05-05 | oops, forgot to commit: add tgamma and tgammaf | christos |
| 2012-02-05 | Use __INFINITY in preference to __builtin_inff(). Currently only VAX defines | matt |
| 2011-07-28 | Add ilogbl(3). | joerg |
| 2011-07-26 | Add scalbnl to libm. | joerg |
| 2011-02-06 | remquo{,f} from FreeBSD via Stathis Kamperis | christos |
| 2010-09-15 | Commit SoC long double support from Stathis Kamperis | christos |
| 2010-05-02 | typo in comment | dholland |
| 2010-02-23 | PR 36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF, HUGE_VALL and | joerg |
| 2010-01-11 | Add exp2 and exp2m | christos |
| 2009-10-04 | oops forgot to commit that one--- Add f{dim,min,max}{,l,f} | christos |
| 2009-02-22 | Make NAN a compile time constant (with help from the compiler). Suggested | martin |
| 2008-04-25 | make name const. | christos |
| 2007-02-22 | -get cabs() and cabsf() out of public view - these are historical and | drochner |
| 2007-02-06 | add the isgreater() at al. comparision macros defined in C99 and SUSv3; | drochner |
| 2006-03-25 | Add trunc() and truncf() C99 functions, from FreeBSD. | xtraeme |
| 2006-03-23 | Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4. | kleink |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-07-21 | Add log2f | christos |
| 2005-02-03 | de-__P -- the hack is long since useless. Discussed with christos, | perry |
| 2004-07-12 | Move round() to the C99 section. | kleink |
| 2004-07-10 | lib/24252: Add C99 functions round(3) and roundf(3). | junyoung |
| 2004-07-01 | being here, add the (l)lround(f) functions to libm | drochner |
| 2004-06-30 | shut up lint's "long long" warnings | drochner |
| 2004-06-30 | Add (l)lrint(f). | drochner |
| 2004-03-04 | * Turn isinf(3) and isnan(3) into C99-style macros. | kleink |
| 2004-03-04 | Make lint happy for __fpmacro_unary_floating() users. | kleink |
| 2004-01-20 | Move FP_ROP and FP_DIRTYZERO from <math.h> to <vax/math.h> (where they | kleink |
| 2004-01-20 | Add FP_ROP and FP_DIRTYZERO to MD range for VAX. | matt |
| 2004-01-17 | Close the comment after #endif. | uwe |
| 2004-01-15 | Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros. | kleink |
| 2003-10-26 | C99 7.12#4: provide INFINITY, which defaults to HUGE_VALF. | kleink |
| 2003-10-25 | C99: provide HUGE_VALF and HUGE_VALL. | kleink |
| 2003-05-17 | Add long double support. | thorpej |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2002-02-19 | Clean up some rampant code duplication wrt ieee number handling: | simonb |
| 2001-01-05 | protect the incomplete cabs declarations with #ifndef __MATH_PRIVATE__ so that | christos |
| 2000-06-13 | Remove 'extern' from function declarations. | simonb |
| 2000-01-04 | const -> __const and include <sys/cdefs.h> earlier; fixes PR lib/9052 | kleink |
| 1999-12-23 | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of | kleink |
| 1999-08-16 | Add missing isinff() declaration. | kleink |
| 1999-01-31 | This file has still missing prototypes: cabs and cabsf... At least comment | christos |
| 1998-11-15 | s/void/const void/ | christos |