psppire-axis: Use rint() instead of nearbyint(), for portability.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 19 May 2010 04:35:05 +0000 (21:35 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 19 May 2010 04:35:24 +0000 (21:35 -0700)
rint() and nearbyint() are identical except that nearbyint() will not
raise the inexact result exception, which we don't care about.  OpenBSD
and probably other OSes have rint() but not nearbyint().

Perhaps a better fix would be to add a nearbyint module to Gnulib.


No differences found