mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
@@ -37,7 +37,7 @@ public class PerimeterTest {
|
||||
void testcase6() {
|
||||
Assertions.assertEquals(43.982297150257104, Perimeter.perimeterCircle(7));
|
||||
}
|
||||
|
||||
|
||||
// Perimeter of Irregular polygon
|
||||
@Test
|
||||
void testcase7() {
|
||||
|
||||
Reference in New Issue
Block a user