In Cool§
See primary documentation in context for routine acosec.
sub acosec(Numeric(Cool)) method acosec()
Coerces the invocant (or in sub form, its argument) to Numeric
, and returns its arc-cosecant in radians.
say 45.acosec; # OUTPUT: «0.0222240516182672» say acosec(45) # OUTPUT: «0.0222240516182672»