Package de.tilman_neumann.jml.hyperbolic
Class ArcTanH
java.lang.Object
de.tilman_neumann.jml.hyperbolic.ArcTanH
public class ArcTanH
extends java.lang.Object
Inverse hyperbolic tangens function.
-
Constructor Summary
Constructors Constructor Description ArcTanH()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArcTanH
public ArcTanH()
-
-
Method Details
-
atanh
atanh(x) implemented by ln() formula.- Parameters:
x
- real argument with |x| < 1scale
- wanted accuracy in after-comma digits- Returns:
- atanh(x)
-