Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 320 Bytes

File metadata and controls

20 lines (16 loc) · 320 Bytes

Math::Cosh

Math::Cosh(x): float

Calculates hyperbolic cosine x.

Table 1. Parameters

x

number

Angle in radians

Return

Result of hyperbolic cosine for this angle

print(Math::Cosh(0.5)); // Will print "0.877583"