"added arc_length"

This commit is contained in:
ee17b031-iittp
2020-10-25 16:41:49 +05:30
parent 7502278b4a
commit d88198ad12
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ def arclengthFunc(maxRadius=49, maxAngle=359):
return problem, solution
arc_length = Generator("Arc length of Angle", 106, " Given the radius, r and angle, ang. Calculate the arc length of the given angle", "(ang/360) * 2 * pi * r", arclengthFunc)
arc_length = Generator("Arc length of Angle", 106, " Given the radius, r and angle, ang. Calculate the arc length of the given angle", "(ang/360) * 2 * pi * r", arclengthFunc)