Class FastDtoa

java.lang.Object
org.mozilla.javascript.v8dtoa.FastDtoa

public class FastDtoa extends Object
  • Field Details

  • Constructor Details

    • FastDtoa

      public FastDtoa()
  • Method Details

    • roundWeed

      static boolean roundWeed(FastDtoaBuilder buffer, long distance_too_high_w, long unsafe_interval, long rest, long ten_kappa, long unit)
    • biggestPowerTen

      static long biggestPowerTen(int number, int number_bits)
    • uint64_lte

      private static boolean uint64_lte(long a, long b)
    • digitGen

      static boolean digitGen(DiyFp low, DiyFp w, DiyFp high, FastDtoaBuilder buffer, int mk)
    • grisu3

      static boolean grisu3(double v, FastDtoaBuilder buffer)
    • dtoa

      public static boolean dtoa(double v, FastDtoaBuilder buffer)
    • numberToString

      public static String numberToString(double v)
    • numberToString

      public static boolean numberToString(double v, FastDtoaBuilder buffer)