routine sech
| 1 | class Cool | 
| 1.1 | (Cool) routine sech | 
Documentation for routine sech assembled from the following types:
class Cool
From Cool
(Cool) routine sech
Defined as:
sub sech(Numeric(Cool))method sech()
Coerces the invocant (or in sub form, its argument) to Numeric, and returns its Secant hyperbolicus.
say 0.sech; # OUTPUT: «1»