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 bbdf16f commit 03008e4Copy full SHA for 03008e4
Maths/PerfectCube.js
@@ -3,7 +3,7 @@
3
* License: GPL-3.0 or later
4
*
5
* The integer check acts as a guard clause, and avoids calculating the root if the input is invalid,
6
- * it also ensures Infinity is treated as a non-cube.
+ * it also ensures Infinity is treated as a non-cube.
7
* This uses `round` instead of `floor` or `trunc`, to guard against potential `cbrt` accuracy errors.
8
*/
9
0 commit comments