This bug is actually very bad: ``` >>> import System >>> System.Math.Abs(42.5) 42L >>> System.Math.Abs(42.55) 42L ``` submitted by @antocuni on: http://sourceforge.net/p/pythonnet/bugs/5/