round doesn't seem to work correctly

Martin Erwig erwig@cs.orst.edu
Tue, 30 Jul 2002 10:12:16 -0700


Hi,

I am using Hugs (Version: December 2001) on Unix (Solaris).

I think that round might not be working correctly for numbers
that end with "2.5".

For example,

Prelude> round 2.5
2

Prelude> round 72.500
72

Prelude> round 11112.5
11112


Thanks,
Martin