asech
ErrorsCollection

asech

Synthesised documentation from type/Cool

From type/Cool

See Original text in context

sub asech(Numeric(Cool))
method asech()

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

say 0.8.asech;              # OUTPUT: «0.693147180559945␤»