Why when I tried to take a cos of 90 degrees I get some weird value other than zero? Math.Cos(90 * Math.PI / 180)
PS: I'm aware that Math.Cos function take radians instead of an angle.
Why when I tried to take a cos of 90 degrees I get some weird value other than zero? Math.Cos(90 * Math.PI / 180)
PS: I'm aware that Math.Cos function take radians instead of an angle.