acosech
ErrorsCollection

acosech

Synthesised documentation from type/Cool

From type/Cool

See Original text in context

sub acosech(Numeric(Cool))
method acosech()

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

say acosech(4.5);           # OUTPUT: «0.220432720979802␤»