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