https://github.com/NishkarshRaj/JavaScript/blob/master/JavaScript%20Basic%20Programs/27_Math/Tan.html
JavaScript Math.tan() method is not giving required results.
In above linked code, tan(90 Deg) = sin(90)/cos(90) = 1/0 == Infinity
But I am getting a value as attached in the Image.
How can we override the method definition to get correct result.

https://github.com/NishkarshRaj/JavaScript/blob/master/JavaScript%20Basic%20Programs/27_Math/Tan.html
JavaScript Math.tan() method is not giving required results.
In above linked code, tan(90 Deg) = sin(90)/cos(90) = 1/0 == Infinity
But I am getting a value as attached in the Image.
How can we override the method definition to get correct result.
