K 10 svn:author V 3 das K 8 svn:date V 27 2004-07-06T04:46:08.000000Z K 7 svn:log V 258 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. END