Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 329 Bytes

File metadata and controls

20 lines (16 loc) · 329 Bytes

Math::Atanh

Math::Atanh(x): float

Calculates hyperbolic arctan of x.

Table 1. Parameters

x

number

Angle in radians

Return

Result of hyperbolic arctan for this angle

println(Math::Atanh(0.5)); // Will print "0.549306"