Class DoubleAnalyzer

java.lang.Object
org.teavm.classlib.impl.text.DoubleAnalyzer

public final class DoubleAnalyzer extends Object
  • Field Details

  • Method Details

    • fastIntLog10

      public static int fastIntLog10(double d)
    • analyze

      public static void analyze(double d, DoubleAnalyzer.Result result)
    • mulAndShiftRight

      public static long mulAndShiftRight(long a, long b, int shift)