|
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.
|
|
bf552416
|
2011-10-11T11:15:25
|
|
acosl: Simplify for platforms where 'long double' == 'double'.
* lib/acosl.c (acosl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New
alternative implementation.
* m4/acosl.m4 (gl_FUNC_ACOSL): Require gl_LONG_DOUBLE_VS_DOUBLE.
Determine ACOSL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
* modules/acosl (Depends-on): Add acos. Update conditions.
|
|
aeb898d8
|
2010-03-25T07:48:14
|
|
Minor formatting changes.
|
|
441aa304
|
2009-12-10T20:28:30
|
|
Use spaces for indentation, not tabs.
|
|
e1123c2f
|
2007-02-18T15:10:28
|
|
New module 'math'. <math.h> replaces mathl.h.
|
|
f7b2e38d
|
2004-11-11T09:25:55
|
|
Remove trailing blank.
|
|
932b6884
|
2003-09-09T17:44:20
|
|
Remove K&R cruft.
|
|
5657b253
|
2003-02-18T17:05:23
|
|
Transcendental functions for 'long double', from Paolo Bonzini.
|