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