cosh
ErrorsCollection

cosh

Synthesised documentation from type/Cool

From type/Cool

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␤»