8000 chore: updated function docs · TheAlgorithms/TypeScript@88696d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88696d3

Browse files
committed
chore: updated function docs
1 parent 0d7aaff commit 88696d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/square_root.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @function SquareRoot
2+
* @function squareRoot
33
* @description Finding the square root of a number using Newton's method.
44
* @param {number} num - A number.
55
* @param {number} precision - Precision of square root, 1e-15 by default.

0 commit comments

Comments
 (0)
0