✅ cos(90) = 6.... ???
I want c# to calculate the value of sin(90), but it outputs a number, wich is bigger, than 1. How?
5 Replies
Math.Pi / 180 turns the degree into a radian
the value is
6.1...66E-17
that value is nowhere near 1but every cos/sin value should be between 1 and -1, shouldnt it?
and that value is
the
E-17
notation means *10^-17
ohhhhhh
thank you so much