Java Math.atan() methodThe java.lang.Math.atan() is used to calculate the trigonometric Arc Tangent of an angle. Arc Tangent is also called as inverse of a tangent. This method returns the values between -pi/2 and pi/2. SyntaxParameterReturn
Example 1Test it NowOutput: 1.4125642791467878 Example 2Test it NowOutput: -0.7853981633974483 Example 3Test it NowOutput: 0.0 Example 4Test it NowOutput: 1.2626272556789115 Example 5Test it NowOutput: NaN Next TopicJava Math |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India