Commit Graph

  • f1639c27d9 Update README.md Luke Weiler 2020-12-28 14:33:12 -05:00
  • 2064bf0d9b Fix issue #300 lukew3 2020-12-18 14:13:54 -05:00
  • 435fd98e48 Update setup.py Luke Weiler 2020-12-18 11:26:09 -05:00
  • b6a5de07b4 Lint fix again lukew3 2020-12-17 22:24:27 -05:00
  • 05f8bb712a Lint fixes lukew3 2020-12-17 22:22:18 -05:00
  • 42dd6c368c Added latex and cleaned wording on all basic_math generators lukew3 2020-12-17 22:18:50 -05:00
  • 9842169143 division int solution fix lukew3 2020-12-17 21:28:21 -05:00
  • e09f368c59 lint fix lukew3 2020-12-17 21:24:53 -05:00
  • dbbb0d6e3f Fixed incorrectly removed int division in division lukew3 2020-12-17 21:21:20 -05:00
  • 4aec1db29a add latex to 28 lukew3 2020-12-17 21:18:27 -05:00
  • 1a449f80d1 lint fix lukew3 2020-12-17 21:06:22 -05:00
  • 28e212f969 lint fixes lukew3 2020-12-17 21:03:50 -05:00
  • e4fe60a4c9 added latex to 2, 3, 6, 8, 13, 16 lukew3 2020-12-17 21:00:11 -05:00
  • 084888d404 Fix issue #342, divide by 0 lukew3 2020-12-17 19:57:57 -05:00
  • a31578a524 lint fix lukew3 2020-12-17 19:54:30 -05:00
  • 8e2bd991ca Fix issue #333 lukew3 2020-12-17 19:47:46 -05:00
  • 08e5acd554 Merge pull request #344 from lukew3/math-formatting Luke Weiler 2020-12-17 19:24:05 -05:00
  • fe41028836 Added extra line for the linter lukew3 2020-12-17 19:22:56 -05:00
  • 3c4b7feaf3 even more lint fixes lukew3 2020-12-17 19:20:09 -05:00
  • 6958cda6e9 more lint fixes lukew3 2020-12-17 19:08:56 -05:00
  • 5baaa11ad6 lint fixes lukew3 2020-12-17 19:05:38 -05:00
  • c0d2a2755c Added latex for 11, 12, and 17. First 3 of algebra section lukew3 2020-12-17 18:58:01 -05:00
  • 3fb3a07c65 Added style kwarg lukew3 2020-12-17 16:29:38 -05:00
  • 7c3d2cd5dc Fix genById missing args/kwargs lukew3 2020-12-17 14:53:12 -05:00
  • 18c11dff4c power of powers fix lukew3 2020-12-17 13:14:35 -05:00
  • 408837c3d0 Merge pull request #341 from lukew3/organize-readme Luke Weiler 2020-11-21 11:27:33 -05:00
  • 4dd1da2c39 increased makeReadme.py interpretability lukew3 2020-11-21 11:26:10 -05:00
  • 78429be96f linter fix lukew3 2020-11-21 11:18:47 -05:00
  • 6ee6a69cf0 Fix missing newline lukew3 2020-11-21 11:13:34 -05:00
  • 41fdc0f5df moved and added more complicated usage reference lukew3 2020-11-21 11:13:08 -05:00
  • c50983580a readme reference update lukew3 2020-11-21 11:11:12 -05:00
  • 5ed2fe0ae4 update readme lukew3 2020-11-21 11:09:29 -05:00
  • 74cc198a5b fix table of contents references lukew3 2020-11-21 11:09:18 -05:00
  • 51f970f6f5 Added table of contents generation lukew3 2020-11-21 11:08:32 -05:00
  • 8ebb7867d6 Fixed extra table heading error lukew3 2020-11-21 10:50:18 -05:00
  • 3f0ff6ea35 Organized readme and added imports to some generators lukew3 2020-11-21 10:48:37 -05:00
  • 19a2172cdc Merge pull request #339 from matkoniecz/multiple Luke Weiler 2020-11-21 10:24:46 -05:00
  • c7c5a0acf8 Linter fix 2 Luke Weiler 2020-11-21 10:22:31 -05:00
  • 17d2772549 Lint fix Luke Weiler 2020-11-21 10:19:59 -05:00
  • 42cbded063 support worksheets with multiple tasks in them Mateusz Konieczny 2020-11-21 08:51:30 +01:00
  • 43c49c9252 Merge pull request #335 from lukew3/organize-generators Luke Weiler 2020-11-20 21:00:12 -05:00
  • ac352c0f0e Add groupname item to genList lukew3 2020-11-20 20:57:37 -05:00
  • ab8e1d57d2 linter fix lukew3 2020-11-20 20:44:00 -05:00
  • 65d5902d90 genList sort and add requirement imports to main package lukew3 2020-11-20 20:41:43 -05:00
  • e6f53c9475 init files created lukew3 2020-11-20 20:35:19 -05:00
  • 5367e5a151 Move files to subject folders lukew3 2020-11-20 20:17:28 -05:00
  • 7c233b0c0f Merge pull request #334 from lukew3/division-switch Luke Weiler 2020-11-20 19:59:10 -05:00
  • ef8b266845 division formatting fix lukew3 2020-11-20 19:57:33 -05:00
  • ed5952b697 division test fix lukew3 2020-11-20 19:54:37 -05:00
  • a8ff0a4cdc test update lukew3 2020-11-20 19:50:13 -05:00
  • 77b5d13bc1 linter fix lukew3 2020-11-20 19:46:24 -05:00
  • 7543e48f6e Swapped division and int_division, rounded complex division lukew3 2020-11-20 19:44:28 -05:00
  • cda228660c add worksheetgen to dev requirements lukew3 2020-11-20 14:09:40 -05:00
  • 22195efdca pep8 fix lukew3 2020-11-20 14:08:24 -05:00
  • 27082cc299 added makePdf function, documentation, new version lukew3 2020-11-20 14:05:48 -05:00
  • be2922a5b0 Update setup.py Luke Weiler 2020-11-19 13:58:44 -05:00
  • 8fe1adeff3 Merge pull request #331 from lukew3/readme-fix Luke Weiler 2020-11-19 13:36:10 -05:00
  • 1466a1a37f Update makeReadme.py Luke Weiler 2020-11-19 13:35:40 -05:00
  • 4bdbf46493 Update README.md Luke Weiler 2020-11-19 13:34:04 -05:00
  • d2b29d611c Update README.md Luke Weiler 2020-11-19 13:30:31 -05:00
  • 1cd1e7dd88 Update setup.py Luke Weiler 2020-11-07 08:34:25 -05:00
  • 1908414149 Remove issue template hacktoberfest label Luke Weiler 2020-11-03 14:10:33 -05:00
  • a7a8c00209 Remove hacktoberfest label on issue template Luke Weiler 2020-11-03 14:09:58 -05:00
  • 8b9e20e3b9 area of circle fixes lukew3 2020-10-29 12:03:49 -04:00
  • 96179b2dc5 Merge pull request #324 from AggRag/Functions Luke Weiler 2020-10-29 12:01:26 -04:00
  • 2271284ae9 Merge pull request #323 from The-Shwin/generator-expanding-quadratic Luke Weiler 2020-10-27 09:57:52 -04:00
  • 0949a5f37a Added area of circle Raghav Aggarwal 2020-10-27 13:43:11 +05:30
  • 6ac6ef4cf1 More linter errors Ashwin Bhat 2020-10-26 22:59:34 -04:00
  • c06c37ea46 Attempted fix for linter error Ashwin Bhat 2020-10-26 22:56:22 -04:00
  • 1c176609f5 Added binomial expansion Ashwin Bhat 2020-10-26 22:52:01 -04:00
  • 2bd846f752 readme update lukew3 2020-10-26 13:34:03 -04:00
  • d24c249668 stationary point id fix lukew3 2020-10-26 13:33:46 -04:00
  • 8b4bfb63f8 Merge pull request #321 from nella17/nella17-patch Luke Weiler 2020-10-26 13:21:14 -04:00
  • 0da7fe0516 Merge branch 'master' into nella17-patch Luke Weiler 2020-10-26 13:21:08 -04:00
  • 8f2b458007 binomial distribution fix lukew3 2020-10-26 13:20:14 -04:00
  • 87603bc4c6 Merge pull request #320 from Vhizux/feature/binomial-distribution Luke Weiler 2020-10-26 13:18:47 -04:00
  • 2832a17f2f Merge branch 'master' into feature/binomial-distribution Luke Weiler 2020-10-26 13:18:41 -04:00
  • 55a9358929 arc length id fix lukew3 2020-10-26 13:17:47 -04:00
  • cda92b69c5 Merge pull request #319 from ee17b031-iittp/master Luke Weiler 2020-10-26 13:16:29 -04:00
  • b929f53c12 Merge branch 'master' into feature/binomial-distribution Luke Weiler 2020-10-26 13:14:54 -04:00
  • 885ae4c1dd Merge branch 'master' into master Luke Weiler 2020-10-26 13:13:59 -04:00
  • 2a8d666bc3 id fix lukew3 2020-10-26 13:13:22 -04:00
  • b1eab48530 Merge pull request #317 from Gautampd73/master Luke Weiler 2020-10-26 13:09:35 -04:00
  • d496596324 Fix Linter error Allen Guan 2020-10-26 15:22:50 +08:00
  • b505b6ba52 Add Stationary Points Allen Guan 2020-10-26 05:19:32 +08:00
  • 1ed0897310 lint fix Vhizux 2020-10-25 22:06:40 +01:00
  • 1e47fcec37 lint fix Vhizux 2020-10-25 22:03:24 +01:00
  • 6079b20c29 lint fix Vhizux 2020-10-25 22:03:12 +01:00
  • 226f6bb36d lint fix Vhizux 2020-10-25 21:59:08 +01:00
  • 36fbf84839 lint fix Vhizux 2020-10-25 21:58:31 +01:00
  • e5efd5f92d converted ints to floats Vhizux 2020-10-25 21:54:58 +01:00
  • 9a5af15486 small improvements Vhizux 2020-10-25 14:31:37 +01:00
  • 39e49b282b "added arc_length" ee17b031-iittp 2020-10-25 16:43:53 +05:30
  • d88198ad12 "added arc_length" ee17b031-iittp 2020-10-25 16:41:49 +05:30
  • 7502278b4a "added arc_length" ee17b031-iittp 2020-10-25 16:03:17 +05:30
  • 1235b4c424 Create signum_function.py Gautam Prasad 2020-10-24 06:08:28 +05:30
  • 5217590f28 Delete signumFunc.py Gautam Prasad 2020-10-24 06:07:40 +05:30
  • db7508ded2 Update signumFunc.py Gautam Prasad 2020-10-24 06:03:44 +05:30
  • 73089e6523 Update __init__.py Gautam Prasad 2020-10-24 05:06:37 +05:30
  • 0e3e182934 Added a generator signum function.. Gautam Prasad 2020-10-24 05:01:47 +05:30