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

    Modifier and Type Method Description
    static java.math.BigDecimal acoth​(java.math.BigDecimal x, Scale scale)
    acoth(x) implemented by ln() formula.

    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

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