JCL Help:ArcCscH

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Calculates the inverse hyperbolic cosecant.


Pascal

 function ArcCscH(X: Float): Float;


Parameters

Parameters Description
X: Float Value whose ArcCscH to calculate, cannot be 0.0.


Return Value

ArcCscH of X.


Description

ArcCscH calculates the inverse hyperbolic cosecant. Meaning, it returns the value whose hyperbolic cosecant equals X. ArcCscH is calculates as Ln((Sgn(X) * Sqrt (Sqr(X) + 1.0) + 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