Mercurial > hg > octave-shane > gnulib-hg
comparison modules/round @ 9386:54f12e03e281
Fix bugs in round modules reported by Bruno Haible.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sun, 21 Oct 2007 17:28:32 -0700 |
parents | 96fea5b2eb11 |
children | 08b76f84ac5d |
comparison
equal
deleted
inserted
replaced
9385:5e34c0f32acf | 9386:54f12e03e281 |
---|---|
1 Description: | 1 Description: |
2 round() function: round toward nearest, breaking ties away from zero. | 2 round() function: round toward nearest, breaking ties away from zero. |
3 | 3 |
4 Files: | 4 Files: |
5 lib/round.c | 5 lib/round.c |
6 m4/check-libm-func.m4 | 6 m4/check-math-lib.m4 |
7 m4/round.m4 | 7 m4/round.m4 |
8 | 8 |
9 Depends-on: | 9 Depends-on: |
10 float | 10 float |
11 floor | 11 floor |