Class FixedPointMath

java.lang.Object
com.oracle.truffle.runtime.FixedPointMath

public final class FixedPointMath extends Object
  • Method Details

    • toFixedPoint

      public static int toFixedPoint(double x)
    • multiply

      public static int multiply(int fixedPointValue, int anInteger)
    • toDouble

      public static double toDouble(int fixedPointValue)