Package hydra.lib.math
Class Atanh
java.lang.Object
hydra.tools.PrimitiveFunction
hydra.lib.math.Atanh
Computes the inverse hyperbolic tangent.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hydra.tools.PrimitiveFunction
term, toNative
-
Constructor Details
-
Atanh
public Atanh()
-
-
Method Details
-
name
Gets the name of this primitive function.- Specified by:
namein classPrimitiveFunction- Returns:
- the function name
-
type
Gets the type scheme for this function.- Specified by:
typein classPrimitiveFunction- Returns:
- the type scheme
-
implementation
Provides the implementation of this function.- Specified by:
implementationin classPrimitiveFunction- Returns:
- a function that maps terms to a flow of terms
-
apply
Computes the inverse hyperbolic tangent.- Parameters:
x- the value- Returns:
- the inverse hyperbolic tangent
-