JCL Help:ArcCosH

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Calculates the inverse hyperbolic cosine.


Pascal

 function ArcCosH(X: Float): Float;


Parameters

Parameters Description
X: Float Value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1.0.


Return Value

The inverse hyperbolic cosine of X.


Description

ArcCosH calculates the inverse hyperbolic cosine of X. ArcCosH is defined as Ln(X + Sqrt(X * X - 1).


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