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