06-24-2024, 09:36 PM
The rounding is a bit of a SB quirk
Code:
a = 1
TextWindow.WriteLine(Math.Round(a*100)*0.01)
a = Math.Pi
TextWindow.WriteLine(Math.Round(a*100)*0.01)