Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 325 Bytes

File metadata and controls

20 lines (16 loc) · 325 Bytes

Math::Tanh

Math::Tanh(x): float

Calculates hyperbolic tangent of x.

Table 1. Parameters

x

number

Angle in radians

Return

Result of hyperbolic tangent for this angle

print(Math::Tanh(0.5)); // Will print "0.462117"