JCL Help:Csc@Float
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: Csc Function
[+] JclMath.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns the reciprocal of the sine of X.
Pascal
function Csc(X: Float): Float; overload;
function Csc(const Z: TRectComplex): TRectComplex; overload;
Parameters
Parameters | Description |
X: Float | Angle, in radians, whose Csc to calculate. |
Return Value
Cosecant of X.
Description
Returns the reciprocal of the sine of X (cosecant). Meaning, Csc(X) := 1.0 / Sin(X).
About
Unit
Donator
Clayton Collie
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page