acosh
ErrorsCollection

acosh

Synthesised documentation from type/Cool

From type/Cool

See Original text in context

sub acosh(Numeric(Cool))
method acosh()

Coerces the invocant (or in sub form, its argument) to Numeric, and returns its Inverse Sine hyperbolicus.

say acosh(45);              # OUTPUT: «4.4996861906715␤»