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