Class FroundNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class FroundNode extends MathOperation
  • Constructor Details

  • Method Details

    • fround

      protected static int fround(int x)
    • fround

      protected static double fround(double x)
    • fround

      protected double fround(Object a)