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"