Commit Graph

227 Commits

Author SHA1 Message Date
Luke Weiler bfd6a8746c Merge branch 'master' into master 2020-10-16 19:33:58 -04:00
Luke Weiler 400dda0fd5 Merge pull request #113 from deepampriyadarshi/master
Added a generator for Simple Intereset
2020-10-16 19:29:30 -04:00
Luke Weiler 8bc147eef0 Merge branch 'master' into master 2020-10-16 19:20:41 -04:00
Luke Weiler 728f29feca Removed second % symbol in problem 2020-10-16 19:19:37 -04:00
Luke Weiler 7b773e0ac5 Merge pull request #111 from aniruddhav25/master
Added Compare Fractions Generator
2020-10-16 19:09:39 -04:00
Luke Weiler b235adad6e Merge branch 'master' into master 2020-10-16 19:08:39 -04:00
Luke Weiler 1d2cc02faf Merge pull request #114 from YuviGold/add-pytest
Adding pytest and tests GitHubAction
2020-10-16 18:53:26 -04:00
Luke Weiler 2542cdf3c7 Merge pull request #109 from danielmsorensen/master
Add Vector Cross Product
2020-10-16 18:47:47 -04:00
Luke Weiler 73362ecbd6 Merge branch 'master' into master 2020-10-16 18:47:35 -04:00
Luke Weiler cdd09abb0a Merge pull request #106 from Ritu1611/master
For Permutations Generator
2020-10-16 18:04:29 -04:00
Luke Weiler 3017f82551 Update mathgen.py 2020-10-16 18:04:06 -04:00
gitarthasarma 7b05df8f17 added matrix multiplication function 2020-10-17 02:33:21 +05:30
shyambhu b6c35922f4 added fourth angle of quadrilateral function. 2020-10-17 02:13:16 +05:30
shyambhu 3b2f707f2e corrected integration. 2020-10-17 01:43:12 +05:30
shyambhu f4aa553858 added power rule integration function. 2020-10-17 01:38:43 +05:30
shyambhu 35d90136e4 added cube root function. 2020-10-17 01:23:45 +05:30
YuvalG 0743b1bef7 Adding pytest and tests GitHubAction 2020-10-16 22:44:47 +03:00
deepampriyadarshi a865484e98 Added a generator for Simple Intereset 2020-10-17 00:54:33 +05:30
Dark Prince feac32ca70 Added Compare Fractions Generator 2020-10-17 00:30:10 +05:30
Ritu Raj 1901ff39ed Merge branch 'master' into master 2020-10-17 00:26:16 +05:30
Daniel Sorensen 0f74e3cf73 Add Vector Cross Product 2020-10-16 19:49:46 +01:00
Luke Weiler 4ab68f60fe Merge pull request #102 from akashsara/master
Add intersection of two lines.
2020-10-16 14:31:08 -04:00
Luke Weiler 9890ae0edf Update mathgen.py 2020-10-16 14:30:56 -04:00
Luke Weiler ce3ec7a3a3 Update mathgen.py 2020-10-16 14:30:09 -04:00
Akash Saravanan e2dddff7ec fix numbering of generators 2020-10-16 23:58:34 +05:30
Akash Saravanan 166eeb53df fix merge conflict with intersection of two lines 2020-10-16 23:57:21 +05:30
Shiven Tripathi bac5354808 add problem to find roots of quadratic equation 2020-10-16 23:56:22 +05:30
Akash Saravanan 3430dfeac6 Add intersection of two lines. 2020-10-16 23:56:08 +05:30
Luke Weiler 4c0414d656 Merge pull request #101 from ieshaan12/conflict-resolve-vol-sa
Volume and Surface Areas
2020-10-16 14:21:22 -04:00
Luke Weiler fcc3d4d9b6 Added genById Documentation 2020-10-16 14:20:01 -04:00
Akash Saravanan d3ebe8e5fb Add intersection of two lines. 2020-10-16 23:48:19 +05:30
Ieshaan Saxena 87bed5cc21 Merge branch 'master' into conflict-resolve-vol-sa 2020-10-16 23:45:22 +05:30
ieshaan12 1f8d7e5077 Added volume and surface area functions 2020-10-16 23:39:45 +05:30
Ritu Raj 0ab15b468e Merge pull request #1 from Ritu1611/Ritu1611-patch-1
Update mathgen.py
2020-10-16 23:35:52 +05:30
Ritu Raj 733bd4be58 Merge branch 'master' into Ritu1611-patch-1 2020-10-16 23:35:38 +05:30
Ritu Raj bfe8b7c1be Merge pull request #2 from Ritu1611/Ritu1611-patch-3
Update mathgen.py
2020-10-16 23:28:58 +05:30
Luke Weiler 7341939a72 Merge pull request #95 from deepak773/master
Added a new mathGenerator named Common Factors of two numbers. Function "commonFactors" has been added for the same.
2020-10-16 13:55:10 -04:00
Luke Weiler 16a0840087 Merge branch 'master' into master 2020-10-16 13:54:59 -04:00
Ritu Raj 7f66db8e3f Update mathgen.py
Number of Permutations.
2020-10-16 23:17:27 +05:30
Ieshaan Saxena ad6161c134 Merge pull request #2 from Todarith/master
Updating
2020-10-16 23:01:44 +05:30
Deepak Sharma 6ef7f5390f Merge branch 'master' of https://github.com/deepak773/mathgenerator into master 2020-10-16 22:57:31 +05:30
Deepak Sharma c8f45c2547 Merge branch 'master' of https://github.com/deepak773/mathgenerator into master 2020-10-16 22:55:52 +05:30
Deepak Sharma e7d99f3d16 Merge branch 'master' of https://github.com/deepak773/mathgenerator into master 2020-10-16 22:53:37 +05:30
Deepak Sharma 09f66b3d12 Adding a new math function commonFactors 2020-10-16 22:52:21 +05:30
Luke Weiler 99c18e919d Merge pull request #93 from adityapanchal10/master
added factorial function
2020-10-16 13:21:15 -04:00
Luke Weiler 81602ca484 Update mathgen.py 2020-10-16 13:21:03 -04:00
Luke Weiler 30517c3234 Merge branch 'master' into master 2020-10-16 13:20:45 -04:00
Luke Weiler 41388098f5 Merge pull request #92 from Ritu1611/Ritu1611-patch-2
Update mathgen.py
2020-10-16 13:18:29 -04:00
Luke Weiler a8194f1590 Merge branch 'master' into Ritu1611-patch-2 2020-10-16 13:18:17 -04:00
Deepak Sharma 8045ee376a Adding a new math function commonFactors 2020-10-16 22:47:02 +05:30