Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 316 Bytes

File metadata and controls

20 lines (16 loc) · 316 Bytes

Math::Sinh

Math::Sinh(x): float

Calculates hyperbolic sine x.

Table 1. Parameters

x

number

Angle in radians

Return

Result of hyperbolic sine for this angle

print(Math::Sinh(0.5)); // Will print "0.521095"