JCL Help:ArcSecH

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Calculates the inverse hyperbolic secant.


Pascal

 function ArcSecH(X: Float): Float;


Parameters

Parameters Description
X: Float Value whose ArcSecH to calculate. X must be smaller than or equal to 1.0.


Return Value

Inverse hyperbolic secant of X.


Description

Calculates the inverse hyperbolic secant. Meaning it returns the value whose hyperbolic secant equals X. ArcSecH is calculated as Ln((Sqrt(1.0 - Sqr(X)) + 1.0) / 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