Package samer.functions
Class Tanh
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.Tanh
-
public class Tanh extends Function
-
-
Constructor Summary
Constructors Constructor and Description Tanh()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
apply(double t)
Function
derivative()
java.lang.String
format(java.lang.String arg)
Function
inverse()
-
-
-
Method Detail
-
derivative
public Function derivative()
- Overrides:
derivative
in classFunction
-
-