Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 316 Bytes

File metadata and controls

20 lines (16 loc) · 316 Bytes

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"