Closed
Description
This bug is actually very bad:
>>> import System
>>> System.Math.Abs(42.5)
42L
>>> System.Math.Abs(42.55)
42L
submitted by @antocuni on:
Metadata
Metadata
Assignees
Labels
No labels
This bug is actually very bad:
>>> import System
>>> System.Math.Abs(42.5)
42L
>>> System.Math.Abs(42.55)
42L
submitted by @antocuni on: