Commit Graph

867 Commits

Author SHA1 Message Date
lukew3
9b3fb7283b lint fixes 2021-10-12 15:46:18 -04:00
Sankari Karthik
5b997b1a75 Updated __init__.py 2021-10-11 18:30:55 +05:30
Sankari Karthik
b73fe7688b Added generator for percentage difference 2021-10-11 08:54:35 +05:30
Luke Weiler
5a534e242b Merge pull request #365 from jsun1590/main
Added generator for multiplying 2 numbers in scientific notation form
2021-10-10 21:03:40 -04:00
jsun1590
a1da1357c4 Rename product_of_scientific_notations to product_of_scientific_notations.py 2021-10-10 16:54:09 +08:00
jsun1590
4490b24c4c updated generator name 2021-10-10 16:52:24 +08:00
jsun1590
3f155ecce4 added newline at end of __init__.py 2021-10-10 16:49:50 +08:00
jsun1590
1787f6ecb1 revised readme 2021-10-10 16:41:56 +08:00
jsun1590
11c3215a3d fixed problem sentence structure 2021-10-10 16:40:57 +08:00
jsun1590
f820ea9435 Added product of scientific notations function 2021-10-10 16:38:34 +08:00
lukew3
0c537adc2f adopted new generators 2021-10-09 14:01:28 -04:00
Luke Weiler
0d8e71d227 Merge pull request #358 from BiscuitCandy/main
added area of circle given center and a point passing through the circle
2021-10-09 13:59:30 -04:00
lukew3
9d68d585b2 lint fixes 2021-10-09 13:57:07 -04:00
Luke Weiler
78b82a7888 Merge pull request #353 from Git-Harshit/new1
Add Greatest Common Divisor of N Numbers Generator Program
2021-10-09 13:49:57 -04:00
lukew3
d6fa5e346e lint fixes 2021-10-09 13:42:56 -04:00
lukew3
5133642be6 add id for percentage error 2021-10-09 13:40:59 -04:00
Luke Weiler
e3a7fc4552 Merge pull request #360 from Sankari-K/main
Added generator for percentage error calculation
2021-10-09 13:39:01 -04:00
Luke Weiler
ebec41c26f Merge pull request #361 from jsun1590/main
Fixed area of triangle function
2021-10-09 13:38:04 -04:00
jsun1590
49d83c966d made c dependent on a and b
Removed maxC as we had to make c dependent on a and b. Also wrapped a round function around the solution to 2 decimal places.
2021-10-09 20:14:12 +08:00
Sankari Karthik
82015bf4d5 Update percentage_error.py 2021-10-09 15:55:13 +05:30
Sankari Karthik
29190bfadb Merge branch 'lukew3:main' into main 2021-10-09 15:19:02 +05:30
Sankari Karthik
e003003e84 Update README.md 2021-10-09 15:18:05 +05:30
Sankari Karthik
95eff8572a added generator for perecentage error calculation 2021-10-09 15:13:49 +05:30
lukew3
904ef2b032 fixed lint errors 2021-10-09 04:05:56 -04:00
BiscuitCandy
a619caaa18 Update README.md 2021-10-08 19:41:50 -07:00
BiscuitCandy
4c336bd7f7 Update volume_hemisphere.py 2021-10-08 19:39:40 -07:00
BiscuitCandy
ce5b3168bd added volume Hemisphere 2021-10-08 19:38:50 -07:00
BiscuitCandy
ed57e6c22e Update README.md 2021-10-08 19:21:04 -07:00
BiscuitCandy
88f64bf897 added factors 2021-10-08 19:16:59 -07:00
BiscuitCandy
bfa2640f26 added area_of_circle_given_center_and_point 2021-10-08 19:06:22 -07:00
BiscuitCandy
9ef063af17 Update README.md 2021-10-08 19:03:05 -07:00
BiscuitCandy
820775e87a added area of circle given center and a point 2021-10-08 18:58:10 -07:00
lukew3
576be175a9 fixed id for generator 114 and updated readme 2021-10-08 16:50:55 -04:00
Luke Weiler
4545d0c4a8 Merge pull request #354 from Sankari-K/main
Add equation of line from two points generator program
2021-10-08 16:47:05 -04:00
Luke Weiler
5c33458dfc Update CONTRIBUTING.md 2021-10-08 16:36:21 -04:00
Luke Weiler
b338c04cdb Changed demo url 2021-10-08 16:34:22 -04:00
lukew3
c823fcb711 removed website code from main branch 2021-10-08 16:28:43 -04:00
lukew3
7cb9e9e727 moved web-demo to docs folder 2021-10-08 16:23:55 -04:00
lukew3
8ab045a8e2 renamed mathgenerator.html to index.html 2021-10-08 16:19:01 -04:00
lukew3
016e4c7aa5 added web-demo 2021-10-08 16:17:11 -04:00
Luke Weiler
43cee8cd0a Merge pull request #356 from HelloGit-ty/main 2021-10-08 13:46:21 -04:00
Ayush guha
0cf8ac1b51 Updated test_mathgen.py 2021-10-08 21:47:12 +05:30
Sankari Karthik
5152e5c130 Update README.md 2021-10-08 14:48:34 +05:30
Sankari Karthik
2eda627cb4 Initial Commit 2021-10-08 13:36:25 +05:30
Luke Weiler
7446ae0001 Add volume_frustrum to geometry __init__.py 2021-10-07 20:23:16 -04:00
Luke Weiler
33c61d34fa Update volume frustrum id 2021-10-07 20:22:30 -04:00
Luke Weiler
02c888569c Merge pull request #352 from abhijeetgupto/main
added volume of frustum
2021-10-07 20:21:11 -04:00
abhijeetgupto
c2561e4d0f added volume of frustum 2021-10-07 18:32:33 +00:00
Git-Harshit
172f96ce3a Add Greatest Common Divisor of N Numbers Generator Program
This commit adds a new greatest common divisor program that takes a
number and upperBound of numbers as keyword argument and returns
GCD of N random generated numbers
2021-10-07 22:07:47 +05:30
lukew3
b1f8eb0032 set version to 1.2.2 2021-10-07 00:52:02 -04:00