New modules for common <math.h> functions.
authorBruno Haible <bruno@clisp.org>
Tue, 19 Jan 2010 00:40:52 +0000 (01:40 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Jan 2010 00:43:27 +0000 (01:43 +0100)
commit8b893ddd3707e3ca0703933d9a72eaea356759e5
tree8fec028e3fa9ac93329d89f87002f6e366ab0a2a
parent146d9145073e62a2096a2d6b33f75e93908fedf3
New modules for common <math.h> functions.
74 files changed:
ChangeLog
doc/posix-functions/acos.texi
doc/posix-functions/asin.texi
doc/posix-functions/atan.texi
doc/posix-functions/atan2.texi
doc/posix-functions/cbrt.texi
doc/posix-functions/copysign.texi
doc/posix-functions/cos.texi
doc/posix-functions/cosh.texi
doc/posix-functions/erf.texi
doc/posix-functions/erfc.texi
doc/posix-functions/exp.texi
doc/posix-functions/fabs.texi
doc/posix-functions/fmod.texi
doc/posix-functions/hypot.texi
doc/posix-functions/j0.texi
doc/posix-functions/j1.texi
doc/posix-functions/jn.texi
doc/posix-functions/ldexp.texi
doc/posix-functions/lgamma.texi
doc/posix-functions/log.texi
doc/posix-functions/log10.texi
doc/posix-functions/log1p.texi
doc/posix-functions/logb.texi
doc/posix-functions/modf.texi
doc/posix-functions/nextafter.texi
doc/posix-functions/pow.texi
doc/posix-functions/remainder.texi
doc/posix-functions/rint.texi
doc/posix-functions/sin.texi
doc/posix-functions/sinh.texi
doc/posix-functions/sqrt.texi
doc/posix-functions/tan.texi
doc/posix-functions/tanh.texi
doc/posix-functions/y0.texi
doc/posix-functions/y1.texi
doc/posix-functions/yn.texi
m4/mathfunc.m4 [new file with mode: 0644]
modules/acos [new file with mode: 0644]
modules/asin [new file with mode: 0644]
modules/atan [new file with mode: 0644]
modules/atan2 [new file with mode: 0644]
modules/cbrt [new file with mode: 0644]
modules/copysign [new file with mode: 0644]
modules/cos [new file with mode: 0644]
modules/cosh [new file with mode: 0644]
modules/erf [new file with mode: 0644]
modules/erfc [new file with mode: 0644]
modules/exp [new file with mode: 0644]
modules/fabs [new file with mode: 0644]
modules/fmod [new file with mode: 0644]
modules/hypot [new file with mode: 0644]
modules/j0 [new file with mode: 0644]
modules/j1 [new file with mode: 0644]
modules/jn [new file with mode: 0644]
modules/ldexp [new file with mode: 0644]
modules/lgamma [new file with mode: 0644]
modules/log [new file with mode: 0644]
modules/log10 [new file with mode: 0644]
modules/log1p [new file with mode: 0644]
modules/logb [new file with mode: 0644]
modules/modf [new file with mode: 0644]
modules/nextafter [new file with mode: 0644]
modules/pow [new file with mode: 0644]
modules/remainder [new file with mode: 0644]
modules/rint [new file with mode: 0644]
modules/sin [new file with mode: 0644]
modules/sinh [new file with mode: 0644]
modules/sqrt [new file with mode: 0644]
modules/tan [new file with mode: 0644]
modules/tanh [new file with mode: 0644]
modules/y0 [new file with mode: 0644]
modules/y1 [new file with mode: 0644]
modules/yn [new file with mode: 0644]