I'm just wondering why is this line
MessageBox.Show(Math.Tan(Math.PI).ToString());
returning value = -1.22460635382238E-16 , shouldn't that be 0 ? or am I missing something here ?
I'm just wondering why is this line
MessageBox.Show(Math.Tan(Math.PI).ToString());
returning value = -1.22460635382238E-16 , shouldn't that be 0 ? or am I missing something here ?