* asin -> atan
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7905 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
dfef1a6dfe
commit
66d78be974
@ -399,7 +399,7 @@ final public class FastMath {
|
|||||||
/**
|
/**
|
||||||
* Returns the arc tangent of an angle given in radians.<br>
|
* Returns the arc tangent of an angle given in radians.<br>
|
||||||
* @param fValue The angle, in radians.
|
* @param fValue The angle, in radians.
|
||||||
* @return fValue's asin
|
* @return fValue's atan
|
||||||
* @see java.lang.Math#atan(double)
|
* @see java.lang.Math#atan(double)
|
||||||
*/
|
*/
|
||||||
public static float atan(float fValue) {
|
public static float atan(float fValue) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user