|
99bd6129
|
2012-02-29T12:30:07
|
|
math code: Add comments.
* 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.
|
|
fa11421b
|
2011-10-11T02:55:56
|
|
cosl: Simplify for platforms where 'long double' == 'double'.
* 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.
|
|
aeb898d8
|
2010-03-25T07:48:14
|
|
Minor formatting changes.
|
|
73e329f1
|
2010-01-18T01:27:33
|
|
New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
|
|
441aa304
|
2009-12-10T20:28:30
|
|
Use spaces for indentation, not tabs.
|
|
febae7ee
|
2008-10-19T14:05:30
|
|
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
|
|
55eed6bb
|
2007-03-26T22:26:05
|
|
Better support of signalling NaNs.
|
|
e1123c2f
|
2007-02-18T15:10:28
|
|
New module 'math'. <math.h> replaces mathl.h.
|
|
932b6884
|
2003-09-09T17:44:20
|
|
Remove K&R cruft.
|
|
5657b253
|
2003-02-18T17:05:23
|
|
Transcendental functions for 'long double', from Paolo Bonzini.
|