Return inverse hyperbolic cosine.
Source position: math.pp line 514
| function ArcCosH( | 
| x: Float | 
| ):Float; | 
arccosh returns the inverse hyperbolic cosine of it's argument x.
This function is an alias for arcosh, provided for Delphi compatibility.
| 
 | Return inverse hyperbolic cosine. |