Method: AppMath::C#acoth

Defined in:
lib/cnum.rb

#acothObject

Inverse hyperbolic cotangent.



384
385
386
# File 'lib/cnum.rb', line 384

def acoth
  ((self + C.one)/(self - C.one)).log * R.i2
end