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:
Sebastian Bazley 2011-01-22 20:28:37 +00:00
parent 7c2a4fa579
commit 6967590b83
1 changed files with 1 additions and 1 deletions

View File

@ -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) {