Skip to content

dos_atanh

Dale Fugier edited this page Nov 1, 2023 · 2 revisions

Calculate the inverse hyperbolic tangent.

Syntax

(dos_atanh number)

Parameters

number

The number, which must be between -1.0 and 1.0 (excluding -1.0 and 1.0).

Returns

The inverse hyperbolic tangent of the number, if successful.

nil on error.

Example

Command: (dos_atanh 0.76159416)
1.0
Command: (dos_atanh -0.1)
-0.100335
Clone this wiki locally