Math.sin()
Term side of the Card
Topic: Math
Unit title: Math.sin()
Categories: Method
Explanation side of the Card
Explanation: The static method that returns the sine of a given number in radians. The result is a value between -1 and 1. For example, `Math.sin(Math.PI / 2)` returns 1.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1
- The safari browser supports this feature starting from version 1
Availability: