JCL Help:SecH@Float

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the hyperbolic secant of the argument.


Pascal

 function SecH(X: Float): Float; overload;
function SecH(const Z: TRectComplex): TRectComplex; overload;


Parameters

Parameters Description
X: Float Value whose hyperbolic secant to calculate.


Return Value

Hyperbolic secant of X.


Description

SecH calculates the hyperbolic secant of X, which is defined as 2.0 / (Exp(X) + Exp(-X))


About

Unit

JclMath


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