From bfa2640f2601921c4c5618fff34668bb9daeb446 Mon Sep 17 00:00:00 2001 From: BiscuitCandy <70342294+BiscuitCandy@users.noreply.github.com> Date: Fri, 8 Oct 2021 19:06:22 -0700 Subject: [PATCH] added area_of_circle_given_center_and_point --- .../funcs/geometry/area_of_circle_given_center_and_point.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py b/mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py index e928fa7..eb4a555 100644 --- a/mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py +++ b/mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py @@ -23,5 +23,5 @@ def gen_func(maxCoordinate = 10, maxRadius=10, format='string'): 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, - ["maxCoordinate = 10", "maxRadius=10"]) \ No newline at end of file +area_of_circle = Generator("Area of Circle given center and a point on circle", 115, gen_func, + ["maxCoordinate = 10", "maxRadius=10"])