New module 'sinf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:57:59 +0000 (22:57 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:57:59 +0000 (22:57 +0200)
commite2de8c10bd15a92eff786f8f51d0a322fbc402ee
tree4bc755f4144ff27537d15a4a3f9ea6a4773e7f05
parent8b2793cebe3b7803df6fa1bbce5ec1baf8a6b9b3
New module 'sinf'.

* lib/math.in.h (sinf): New declaration.
* lib/sinf.c: New file.
* m4/sinf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether sinf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_SINF, HAVE_SINF.
* modules/math (Makefile.am): Substitute GNULIB_SINF, HAVE_SINF.
* modules/sinf: New file.
* tests/test-math-c++.cc: Check the declaration of sinf.
* doc/posix-functions/sinf.texi: Mention the new module.
ChangeLog
doc/posix-functions/sinf.texi
lib/math.in.h
lib/sinf.c [new file with mode: 0644]
m4/math_h.m4
m4/sinf.m4 [new file with mode: 0644]
modules/math
modules/sinf [new file with mode: 0644]
tests/test-math-c++.cc