0
Sin(Pi) != 0 ?
Whenever I do Math.Sin(Math.PI) it returns a number that is extremely small but not 0. Any solutions besides just straight up rounding?
1 Answer
Whenever I do Math.Sin(Math.PI) it returns a number that is extremely small but not 0. Any solutions besides just straight up rounding?