Returns the sin (in radians) of the specified angle
ID
math-trigonometric-sine
Name
Sine
Group
Trigonometric
Package
Math
Keywords
Sine
Tan
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
x | Number | The angle in radians for which to return the sine |
Outputs
Name | Type | Description |
---|---|---|
sin | Number | The sine of the given number |