Class TanhNode

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

public abstract class TanhNode extends MathOperation
  • Constructor Details

  • Method Details

    • tanh

      protected double tanh(double x)
    • tanh

      protected double tanh(Object a)