added area_of_circle_given_center_and_point

This commit is contained in:
BiscuitCandy
2021-10-08 19:06:22 -07:00
committed by GitHub
parent 9ef063af17
commit bfa2640f26

View File

@@ -23,5 +23,5 @@ def gen_func(maxCoordinate = 10, maxRadius=10, format='string'):
return center_x, center_y, point_x, point_y, area return center_x, center_y, point_x, point_y, area
area_of_circle = Generator("Area of Circle given center and a point on circle", 789, gen_func, area_of_circle = Generator("Area of Circle given center and a point on circle", 115, gen_func,
["maxCoordinate = 10", "maxRadius=10"]) ["maxCoordinate = 10", "maxRadius=10"])