We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec37421 commit 9881779Copy full SHA for 9881779
Maths/DegreeToRadian.js
@@ -18,6 +18,6 @@
18
* @param {number} degree
19
* @return {number}
20
*/
21
-export function degreeToRadian(degree) {
+export const degreeToRadian = (degree) => {
22
return degree * (Math.PI / 180)
23
}
0 commit comments