Class MathNodes.max

All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
MathNodes

public abstract static class MathNodes.max extends ExternalMethod2Node
  • Constructor Details

    • max

      public max()
  • Method Details

    • eval

      protected long eval(VmTyped self, long x, long y)
    • eval

      protected double eval(VmTyped self, long x, double y)
    • eval

      protected double eval(VmTyped self, double x, long y)
    • eval

      protected double eval(VmTyped self, double x, double y)