In Cool§
See primary documentation in context for routine atanh.
sub atanh(Numeric(Cool)) method atanh()
Coerces the invocant (or in sub form, its argument) to Numeric
, and returns its Inverse tangent hyperbolicus.
say atanh(0.5); # OUTPUT: «0.549306144334055»