JCL Help:CosH@Float
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CosH Function
[+] JclMath.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns the hyperbolic cosine of X.
Pascal
function CosH(X: Float): Float; overload;
function CosH(const Z: TRectComplex): TRectComplex; overload;
Parameters
Parameters | Description |
X: Float | Value whose CosH to calculate. |
Return Value
Hyperbolic cosine of X.
Description
Returns the hyperbolic cosine of X. CosH is calculated as [[[JCL_Help:Exp@Float|Exp]](X) + Exp(-X)] / 2.0.
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