[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'math' (#rtl)

arctanh

Return inverse hyperbolic tangent

Declaration

Source position: math.pp line 291

function arctanh(

  x: float

):float;

Description

arcsinh returns the inverse hyperbolic tangent of it's argument x.

This function is an alias for artanh, provided for Delphi compatibility.

See also

artanh

  

Return inverse hyperbolic tangent

The latest version of this document can be found at lazarus-ccr.sourceforge.net.