https://docs.vultr.com/javascript/standard-library/Math/sin
ja vascript math.sin JavaScript, the Math.sin() method returns the sine of a given angle in radians.
Syntax:
javascript
Copy
Edit
Math.sin(angle);
angle: A number (in radians) for which you want to find the sine.
Returns a value between -1 and 1.