[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Calculate cosecant
Source position: math.pp line 268
function cosecant( |
x: float |
):float; |
cosecant calculates the cosecant (1/sin(x)) of its argument x.
If 0 or 180 degrees is specified, an exception will be raised.
|
Calculate secant |
lazarus-ccr.sourceforge.net |