HomeSort by relevance Sort by last modified time
    Searched full:log10r (Results 1 - 1 of 1) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerIntegrator.java 610 final double log10R = FastMath.log10(FastMath.max(1.0e-10, tol));
613 (int) FastMath.floor(0.5 - 0.6 * log10R)));
    [all...]

Completed in 868 milliseconds