Commit Graph

893 Commits

Author SHA1 Message Date
Metropass 429ea62518 Added untracked files into repo 2020-10-19 16:00:46 -04:00
Metropass 4be7251a45 Fixed spelling on __init__.py 2020-10-19 15:54:37 -04:00
helplessThor a37d49e877 Update __init__.py
resolved conflicts
2020-10-20 01:20:08 +05:30
Metropass 630032fcdd Added DecimalToOctal, and DecimalToRomanNumerals 2020-10-19 15:49:11 -04:00
Nitsujed 1daa09d0d1 Changed generator names to camelCase 2020-10-19 15:34:27 -04:00
Anshita d95dd5e29c linting improved v2 2020-10-20 00:55:15 +05:30
Anshita da48b28397 linting improved 2020-10-20 00:51:54 +05:30
D-T-666 a9c4249273 whitespace 2020-10-19 23:19:11 +04:00
Anshita ddc42a5638 Split AP into 2 funcs and reorganized 2020-10-20 00:44:41 +05:30
Nitsujed 1844fb3447 Added Quotient of Powers with Same Power number 2020-10-19 15:10:32 -04:00
D-T-666 47b9c594fa ⬆ updated readme and added *args to Generator 2020-10-19 23:06:34 +04:00
helplessThor 974695388f Update degreeToRadFunc.py
Added 2 decimal point round off in solution
2020-10-20 00:35:48 +05:30
helplessThor f9f902e0fd Update mathgen.py
update mathgen with generator class
2020-10-20 00:34:41 +05:30
Nitsujed 804ef68f6c Added Quotient of Powers with Same Base number 2020-10-19 15:02:50 -04:00
helplessThor e9a498be4f Update __init__.py
Updated init
2020-10-20 00:32:46 +05:30
D-T-666 1ebce57fcc Merge branch 'master' of https://github.com/Todarith/mathgenerator 2020-10-19 23:02:28 +04:00
D-T-666 339e279d0a 🛠 some readme fixup 2020-10-19 23:02:18 +04:00
helplessThor a007613424 Create radianToDegFunc.py
Radian to Degree Conversion function created
2020-10-20 00:32:02 +05:30
Anshita e122168468 Split term and sum to 2 functions 2020-10-20 00:16:32 +05:30
Luke Weiler 8f95502565 Merge pull request #266 from Nitsujed/master
Changed string formatting
2020-10-19 14:29:43 -04:00
lukew3 f204de60f6 linter fix 2020-10-19 14:24:24 -04:00
Nitsujed 464478676a Fixed string formatting... my bad 2020-10-19 14:21:25 -04:00
Nitsujed 8699f89c0d Merge branch 'master' of https://github.com/Todarith/mathgenerator
 Conflicts:
	mathgenerator/funcs/celsiustofahrenheit.py
2020-10-19 14:20:54 -04:00
Luke Weiler 03e425a18e Merge pull request #265 from Nitsujed/master
Added Celsius to Fahrenheit conversion
2020-10-19 14:20:13 -04:00
Luke Weiler c81d89bf25 Update celsiustofahrenheit.py 2020-10-19 14:20:06 -04:00
Luke Weiler d33fb2a6e2 Merge branch 'master' into master 2020-10-19 14:19:37 -04:00
Nitsujed 5adeaf733d Merge remote-tracking branch 'origin/master' 2020-10-19 14:19:26 -04:00
Nitsujed 9866c772f9 Fixed string formatting... my bad 2020-10-19 14:19:09 -04:00
Luke Weiler d628e2fb20 Update CONTRIBUTING.md 2020-10-19 14:17:56 -04:00
Luke Weiler d8d8b8479c Merge pull request #263 from Todarith/pep8
Linter fix
2020-10-19 14:15:05 -04:00
lukew3 4f03d1b035 linter fix 2020-10-19 14:14:08 -04:00
lukew3 90a794cc05 yapf edits 2020-10-19 14:08:13 -04:00
Nitsujed 2f7af1dfd8 Changed deg to degrees 2020-10-19 14:05:22 -04:00
Nitsujed 40f2ce1af3 Added Celsius to Fahrenheit Conversion formula 2020-10-19 14:04:35 -04:00
lukew3 233f8bf180 some more lint fixes 2020-10-19 14:00:28 -04:00
lukew3 91358f5b1b pep8 fixes 2020-10-19 13:54:31 -04:00
Luke Weiler 5aaf1765fa Merge pull request #255 from Souvikdeb2612/master
Added percentage function
2020-10-19 13:40:05 -04:00
LyndonFan bda4b73279 minor edits 2020-10-19 18:36:54 +01:00
LyndonFan b0002f6866 added baseConversion 2020-10-19 18:33:07 +01:00
adit098 090afdd451 fix #251 2020-10-19 22:29:03 +05:30
NarayanAdithya 1fea870a39 Update readme for set_operationfucn 2020-10-19 22:23:54 +05:30
NarayanAdithya 98b91030d6 lint spacing 2020-10-19 22:21:37 +05:30
NarayanAdithya b89c9c3178 Added Set operatiosn fucntion, corrected compound interest 2020-10-19 22:12:24 +05:30
Souvikdeb2612 290e685269 Update mathgen.py 2020-10-19 21:53:51 +05:30
Souvikdeb2612 848454787f Update __init__.py 2020-10-19 21:51:42 +05:30
Souvikdeb2612 74aaec3fc6 Create percentageFunc.py 2020-10-19 21:51:14 +05:30
lukew3 b6e73420fd Merge branch 'master' of https://github.com/Todarith/mathgenerator 2020-10-19 12:18:28 -04:00
lukew3 6a0aff7652 Improved module format 2020-10-19 12:16:03 -04:00
adit098 57456ca1ad fix #252 2020-10-19 21:44:18 +05:30
adit098 9a62fbc6b8 fix #250 2020-10-19 21:33:02 +05:30