Update README.md

This commit is contained in:
Luke Weiler
2020-10-17 13:38:09 -04:00
committed by GitHub
parent 7bbfec529f
commit ec10674a79

View File

@@ -81,4 +81,3 @@ problem, solution = mathgen.genById(0)
| 47 | Cube Root | cuberoot of 711 upto 2 decimal places is: | 8.93 | CubeRoot | | 47 | Cube Root | cuberoot of 711 upto 2 decimal places is: | 8.93 | CubeRoot |
| 48 | Power Rule Integration | 3x^1 | (3/1)x^2 + c | powerRuleIntegration | | 48 | Power Rule Integration | 3x^1 | (3/1)x^2 + c | powerRuleIntegration |
| 49 | Fourth Angle of Quadrilateral | Fourth angle of quadrilateral with angles 94 , 101, 102 = | 63 | fourthAngleOfQuadrilateral | | 49 | Fourth Angle of Quadrilateral | Fourth angle of quadrilateral with angles 94 , 101, 102 = | 63 | fourthAngleOfQuadrilateral |
| 50 | Surd Comparison | 25^(1/3) _ 37^(1/2) | < | surdsComparisonGen |