arctanh

A function that can be used in Formulas.

Syntax and semantics

arctanh (x)
compute the inverse hyperbolic tangent of x.

Tests

    assert arctanh (-1.0) = undefined
    assert arctanh (0.0) = 0
    assert arctanh (1.0) = undefined
    assert arctanh (1000) = undefined
    assert arctanh (undefined) = undefined

Links to this page


© Paul Boersma 2023