Javadoc tweak
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1062260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c2a4fa579
commit
6967590b83
|
@ -2941,7 +2941,7 @@ public class FastMath {
|
|||
* Two arguments arctangent function
|
||||
* @param y ordinate
|
||||
* @param x abscissa
|
||||
* @return phase angle of point (x,y) between -π and π
|
||||
* @return phase angle of point (x,y) between {@code -PI} and {@code PI}
|
||||
*/
|
||||
public static double atan2(double y, double x) {
|
||||
if (x !=x || y != y) {
|
||||
|
|
Loading…
Reference in New Issue