Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 414 Bytes

sin.adoc

File metadata and controls

34 lines (27 loc) · 414 Bytes

sin()

Important

Deprecated in 5.0.

Please use [func-math-sin] instead.

sin(x) => Float

Calculates sine from given angle in radians.

Table 1. Parameters

x

Float

Angle in radian

Return

Result of sine for this angle

Example
print(sin(0.5)); //will print 0.479426