Class Artanh
- java.lang.Object
-
- com.github.drstefanfriedrich.f2blib.ast.UnaryExpression
-
- com.github.drstefanfriedrich.f2blib.ast.Artanh
-
- All Implemented Interfaces:
ASTElement
,Expression
,java.io.Serializable
public final class Artanh extends UnaryExpression
Area tangens hyperbolicus.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.github.drstefanfriedrich.f2blib.ast.UnaryExpression
expression
-
-
Constructor Summary
Constructors Constructor Description Artanh(Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(Visitor visitor)
-
Methods inherited from class com.github.drstefanfriedrich.f2blib.ast.UnaryExpression
acceptExpression, equals, evaluatesToDouble, expressionEvaluatesToDouble, hashCode, toString
-
-
-
-
Constructor Detail
-
Artanh
public Artanh(Expression expression)
-
-
Method Detail
-
accept
public <T> T accept(Visitor visitor)
-
-