This is just something I'm confused about.
If I get the cosine of a 90 degree angle, using Cos(90), it returns 6.1230317691118863e-17.
Now, this is a tiny number, almost negligible... but why isn't the result 0?
Sin(0) gives me 0.00000000000...., for example.
If I get the cosine of a 90 degree angle, using Cos(90), it returns 6.1230317691118863e-17.
Now, this is a tiny number, almost negligible... but why isn't the result 0?
Sin(0) gives me 0.00000000000...., for example.