...
Return the (trigonometric) sine function of an angle.
Syntax
sin(angle)
Argument | Type | Description |
---|---|---|
angle | Number | The angle in radians. |
Examples
sin($degrees*pi/180)
...
...
Return the (trigonometric) sine function of an angle.
sin(angle)
Argument | Type | Description |
---|---|---|
angle | Number | The angle in radians. |
sin($degrees*pi/180)
...