JCL Help:Sec@Float
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: Sec Function
[+] JclMath.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns the reciprocal of the cosine of the argument.
Pascal
function Sec(X: Float): Float; overload;
function Sec(const Z: TRectComplex): TRectComplex; overload;
Parameters
Parameters | Description |
X: Float | Angle, in radians, whose Sec to calculate. |
Return Value
Secant of X.
Description
Returns the reciprocal of the cosine of X, meaning: Sec(X) = 1.0 / Cos(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