Unit 'Math' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

Cosecant

Calculate cosecant.

Declaration

Source position: math.pp line 403

function Cosecant(

  x: Float

):Float;

Description

cosecant calculates the cosecant (1/sin(x)) of its argument x.

Errors

If 0 or 180 degrees is specified, an exception will be raised.

See also

secant

  

Calculate secant.


Documentation generated on: Jul 24 2023