Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mathgenerator/mathgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,3 +778,4 @@ def fourthAngleOfQuadriFunc(maxAngle = 180):
CubeRoot = Generator("Cube Root",47,"Cuberoot of a upto 2 decimal places is","b",cubeRootFunc)
powerRuleIntegration = Generator("Power Rule Integration", 48, "nx^m=", "(n/m)x^(m+1)", powerRuleIntegrationFunc)
fourthAngleOfQuadrilateral = Generator("Fourth Angle of Quadrilateral",49,"Fourth angle of Quadrilateral with angles a,b,c =","angle4",fourthAngleOfQuadriFunc)
compoundInterest = Generator("Compound Interest", 49, "Compound interest for a principle amount of p dollars, r% rate of interest and for a time period of t years with compounding n times annually is = ", "A dollars", compoundInterestFunc)