Skip to content

Commit 634b36a

Browse files
Add Javadoc comment for SquareRootWithBabylonianMethodTest
1 parent 9823ea1 commit 634b36a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/test/java/com/thealgorithms/maths/SquareRootWithBabylonianMethodTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
import org.junit.jupiter.api.Test;
66

7+
/**
8+
* Unit tests for {@link SquareRootWithBabylonianMethod}.
9+
*/
10+
711
public class SquareRootWithBabylonianMethodTest {
812

913
private static final float DELTA = 1e-3f;

0 commit comments

Comments
 (0)