See Original text in context
sub acotanh(Numeric(Cool))method acotanh()
Coerces the invocant (or in sub form, its argument) to Numeric, and returns its Inverse Sine hyperbolicus.
say acotanh(2.5); # OUTPUT: «0.423648930193602»