sech
ErrorsCollection

sech

Synthesised documentation from type/Cool

From type/Cool

See Original text in context

sub sech(Numeric(Cool))
method sech()

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

say 0.sech;                 # OUTPUT: «1␤»