Skip to content

Commit fd9ad57

Browse files
committed
Update Sqrt.java
1 parent eb19a2e commit fd9ad57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Math/Sqrt.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
/**
44
* implements (int)Math.sqrt(x) with two different methods
55
*
6-
* @author Peng F. Tang
7-
6+
* @author FLAG
87
*/
98

109
public class Sqrt {

0 commit comments

Comments
 (0)