8000
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 0d7aaff commit 88696d3Copy full SHA for 88696d3
maths/square_root.ts
@@ -1,5 +1,5 @@
1
/**
2
- * @function SquareRoot
+ * @function squareRoot
3
* @description Finding the square root of a number using Newton's method.
4
* @param {number} num - A number.
5
* @param {number} precision - Precision of square root, 1e-15 by default.
0 commit comments