Return the sine of a number:
The result will be:
The sin() method returns the sine of a number.
Note: This method returns a value between -1 and 1, which represents the sine of the parameter x.
![]()
The sin() method is supported in all major browsers.
| Parameter | Description |
|---|---|
| x | Required. A number |
| Type | Description |
|---|---|
| Number | A Number, from -1 to 1, representing the sine of an angle, or NaN if the value is empty |
| JavaScript Version: | 1.0 |
|---|
Return the sine of different numbers:
The result of a,b,c,d, and e will be:
JavaScript Math Object
Your message has been sent to W3Schools.