We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59663e9 commit 2be2bceCopy full SHA for 2be2bce
Maths/CircularArc.js
@@ -15,7 +15,7 @@ function degreesToRadians (degrees) {
15
* @description calculate the length of a circular arc
16
* @param {Integer} radius
17
* @param {Integer} degrees
18
- * @returns {Integer} radius * angle_in _adians
+ * @returns {Integer} radius * angle_in_radians
19
* @see https://en.wikipedia.org/wiki/Circular_arc
20
* @example circularArcLength(3, 45) = 2.356194490192345
21
*/
0 commit comments