Class Atan2Node

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

public abstract class Atan2Node extends MathOperation
  • Constructor Details

  • Method Details

    • atan2Double

      protected static double atan2Double(double a, double b)
    • atan2Generic

      protected double atan2Generic(Object a, Object b)