Class MathNodes.max

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

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

      • max

        public max()
    • Method Detail

      • 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)