New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Jan 2010 00:27:33 +0000 (01:27 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Jan 2010 01:59:13 +0000 (02:59 +0100)
commit73e329f11142c2804e42825e1590041d68dbb6e9
tree3576045450dd7e0c54caf80d8d55842e6632879f
parent438ba4dda6cffac43a76642edbde5eb3504001d9
New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
38 files changed:
ChangeLog
doc/posix-functions/acosl.texi
doc/posix-functions/asinl.texi
doc/posix-functions/atanl.texi
doc/posix-functions/cosl.texi
doc/posix-functions/expl.texi
doc/posix-functions/logl.texi
doc/posix-functions/sinl.texi
doc/posix-functions/sqrtl.texi
doc/posix-functions/tanl.texi
lib/cosl.c
lib/math.in.h
lib/sincosl.c
lib/sinl.c
lib/tanl.c
lib/trigl.c
m4/acosl.m4 [new file with mode: 0644]
m4/asinl.m4 [new file with mode: 0644]
m4/atanl.m4 [new file with mode: 0644]
m4/cosl.m4 [new file with mode: 0644]
m4/expl.m4 [new file with mode: 0644]
m4/logl.m4 [new file with mode: 0644]
m4/math_h.m4
m4/mathl.m4 [deleted file]
m4/sinl.m4 [new file with mode: 0644]
m4/sqrtl.m4 [new file with mode: 0644]
m4/tanl.m4 [new file with mode: 0644]
modules/acosl [new file with mode: 0644]
modules/asinl [new file with mode: 0644]
modules/atanl [new file with mode: 0644]
modules/cosl [new file with mode: 0644]
modules/expl [new file with mode: 0644]
modules/logl [new file with mode: 0644]
modules/math
modules/mathl
modules/sinl [new file with mode: 0644]
modules/sqrtl [new file with mode: 0644]
modules/tanl [new file with mode: 0644]