mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
added area_of_circle_given_center_and_point
This commit is contained in:
@@ -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"])
|
||||||
|
|||||||
Reference in New Issue
Block a user