Math::Sin Math::Sin(x): float Calculates sine from given angle in radians. Table 1. Parameters x number Angle in radians Return Result of sine for this angle print(Math::Sin(0.5)); // Will print "0.479426"