Home
last modified time | relevance | path

Searched refs:invx (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java2949 double invx = 1.0/x; in atan2() local
2952 if (invx == 0.0) { // X is infinite in atan2()
2960 if (x < 0.0 || invx < 0.0) { in atan2()