Inverse hyperbolic cotangent.
384 385 386
# File 'lib/cnum.rb', line 384 def acoth ((self + C.one)/(self - C.one)).log * R.i2 end