David Schultz 9428e108c9 Add C99's nearbyint{,f}() functions as wrappers around rint().
These trivial implementations are about 25 times slower than
rint{,f}() on x86 due to the FP environment save/restore.
They should eventually be redone in terms of fegetround() and
bit fiddling.
2004-07-06 04:46:08 +00:00
..
2003-10-25 19:53:28 +00:00
2004-06-20 09:25:43 +00:00
2004-06-20 09:25:43 +00:00