In Cool§
See primary documentation in context for routine asech.
sub asech(Numeric(Cool)) method asech()
Coerces the invocant (or in sub form, its argument) to Numeric
, and returns its Inverse hyperbolic secant.
say 0.8.asech; # OUTPUT: «0.693147180559945»