Implement 'round', 'roundf', 'roundl' modules.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 20 Oct 2007 20:08:26 +0000 (13:08 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 20 Oct 2007 20:08:26 +0000 (13:08 -0700)
commit980d2709cea1e46299cb5b4f74f7c7a95d07ef06
tree583de12457ed658055feba92a97f6d0257135e0e
parent36454274190b141a37308d9b266b3d0b68a71694
Implement 'round', 'roundf', 'roundl' modules.
26 files changed:
ChangeLog
MODULES.html.sh
doc/functions/round.texi
doc/functions/roundf.texi
doc/functions/roundl.texi
lib/math.in.h
lib/round.c [new file with mode: 0644]
lib/roundf.c [new file with mode: 0644]
lib/roundl.c [new file with mode: 0644]
m4/check-libm-func.m4 [new file with mode: 0644]
m4/math_h.m4
m4/round.m4 [new file with mode: 0644]
m4/roundf.m4 [new file with mode: 0644]
m4/roundl.m4 [new file with mode: 0644]
modules/math
modules/round [new file with mode: 0644]
modules/round-tests [new file with mode: 0644]
modules/roundf [new file with mode: 0644]
modules/roundf-tests [new file with mode: 0644]
modules/roundl [new file with mode: 0644]
modules/roundl-tests [new file with mode: 0644]
tests/test-round1.c [new file with mode: 0644]
tests/test-round2.c [new file with mode: 0644]
tests/test-roundf1.c [new file with mode: 0644]
tests/test-roundf2.c [new file with mode: 0644]
tests/test-roundl.c [new file with mode: 0644]