Class ArcTanH


  • public class ArcTanH
    extends Object
    Inverse hyperbolic tangens function.
    Author:
    Tilman Neumann
    • Constructor Detail

      • ArcTanH

        public ArcTanH()
    • Method Detail

      • atanh

        public static BigDecimal atanh​(BigDecimal x,
                                       Scale scale)
        atanh(x) implemented by ln() formula.
        Parameters:
        x - real argument with |x| < 1
        scale - wanted accuracy in after-comma digits
        Returns:
        atanh(x)