* asin -> atan

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7905 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
Sha..om 2011-07-23 02:36:51 +00:00
parent dfef1a6dfe
commit 66d78be974

View File

@ -399,7 +399,7 @@ final public class FastMath {
/**
* Returns the arc tangent of an angle given in radians.<br>
* @param fValue The angle, in radians.
* @return fValue's asin
* @return fValue's atan
* @see java.lang.Math#atan(double)
*/
public static float atan(float fValue) {