Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java502 double ratioa = ratio + temp - temp; in tanh() local
503 double ratiob = ratio - ratioa; in tanh()
506 ratiob += (na - daa*ratioa - daa*ratiob - dab*ratioa - dab*ratiob) / da; in tanh()
513 result = ratioa + ratiob; in tanh()
541 double ratioa = ratio + temp - temp; in tanh() local
542 double ratiob = ratio - ratioa; in tanh()
545 ratiob += (na - daa*ratioa - daa*ratiob - dab*ratioa - dab*ratiob) / da; in tanh()
552 result = ratioa + ratiob; in tanh()