Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: run 'make update-copyright' | Simon Josefsson | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | license: fix GPLv3 texts to use a comma instead of semicolon. | Bernhard Voelker | 2022-01-05 | 1 | -1/+1 |
| | | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command. | ||||
* | maint: run 'make update-copyright' | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Put LGPLv3+ notices in source files where appropriate. | Bruno Haible | 2021-06-04 | 1 | -0/+17 |
| | | | | | * lib/**.{h,c}: Use LGPLv3+ notice whenever the module description says so. | ||||
* | math code: Add comments. | Bruno Haible | 2012-02-29 | 1 | -3/+5 |
| | | | | | | | | | | | | | * lib/acosl.c: Add comment about related glibc source files. * lib/asinl.c: Likewise. * lib/atanl.c: Likewise. * lib/expl.c: Likewise. * lib/logl.c: Likewise. * lib/sincosl.c: Likewise. * lib/sinl.c: Likewise. * lib/tanl.c: Likewise. * lib/trigl.c: Likewise. * lib/cosl.c: Likewise. Fix comments. | ||||
* | cosl: Simplify for platforms where 'long double' == 'double'. | Bruno Haible | 2011-10-11 | 1 | -1/+13 |
| | | | | | | | | | | * lib/cosl.c (cosl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New alternative implementation. * m4/cosl.m4 (gl_FUNC_COSL): Require gl_LONG_DOUBLE_VS_DOUBLE. Determine COSL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE. * modules/cosl (Depends-on): Add cos. Update conditions. (configure.ac): Don't compile sincosl.c and trigl.c if HAVE_SAME_LONG_DOUBLE_AS_DOUBLE. | ||||
* | Minor formatting changes. | Bruno Haible | 2010-03-25 | 1 | -31/+37 |
| | |||||
* | New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. | Bruno Haible | 2010-01-19 | 1 | -4/+0 |
| | |||||
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -17/+17 |
| | |||||
* | Move the isnanf(), isnand(), isnanl() declarations to <math.h>. | Bruno Haible | 2008-10-19 | 1 | -1/+0 |
| | |||||
* | Better support of signalling NaNs. | Bruno Haible | 2007-03-26 | 1 | -2/+7 |
| | |||||
* | New module 'math'. <math.h> replaces mathl.h. | Bruno Haible | 2007-02-18 | 1 | -4/+5 |
| | |||||
* | Remove K&R cruft. | Paul Eggert | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | Transcendental functions for 'long double', from Paolo Bonzini. | Bruno Haible | 2003-02-18 | 1 | -0/+97 |