[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'math' (#rtl) |
Calculate cosecant
Source position: math.pp line 264
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 |
No notes exist for this page yet.