+ 1
Is there any Math.sin or Math.cos in JS?
2 Antworten
+ 4
Yes, There is Math.sin() and Math.cos() function in JavaScript.
Math.sin function
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/sin
Math.cos function
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/cos
+ 1
thank you