Class AtanhNode

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

public abstract class AtanhNode extends MathOperation
  • Constructor Details

  • Method Details

    • atanh

      protected static double atanh(double x)
    • atanhGeneric

      protected final double atanhGeneric(Object a)