sin()
Learn how to use the sin() function to return the sine value of the input.
Returns the sine function value of the specified angle. The angle is specified in radians.
Syntax
sin(
number)
Parameters
Name | Type | Required | Description |
---|---|---|---|
number | real | ✔️ | The value in radians for which to calculate the sine. |
Returns
The sine of number of radians.
Example
print sin(1)
Output
result |
---|
0.841470984807897 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.