Package de.tilman_neumann.jml.hyperbolic
Class ArcTanH
- java.lang.Object
-
- de.tilman_neumann.jml.hyperbolic.ArcTanH
-
public class ArcTanH extends Object
Inverse hyperbolic tangens function.- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description ArcTanH()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BigDecimal
atanh(BigDecimal x, Scale scale)
atanh(x) implemented by ln() formula.
-
-
-
Method Detail
-
atanh
public static BigDecimal atanh(BigDecimal x, Scale scale)
atanh(x) implemented by ln() formula.- Parameters:
x
- real argument with |x| < 1scale
- wanted accuracy in after-comma digits- Returns:
- atanh(x)
-
-