Commit Graph

13 Commits

Author SHA1 Message Date
3046f62ce0 Added lba to chs conversion 2025-10-26 21:39:43 +00:00
dc410e7b4e Added fringe spacing 2025-10-26 21:11:31 +00:00
8048d536d1 Resistivity RA/L = p 2025-10-26 13:00:59 +00:00
47a92d5060 Potential Dividers 2025-10-26 12:42:35 +00:00
4bdbe5a014 Added some physics and computer science questions 2025-10-26 12:13:50 +00:00
lukew3
966419d04c yapf lint 2023-06-02 10:31:59 -04:00
xenium
c6ddbbade9 Velocity of object Generator (#421)
* Velocity of object

* Latex formatting for velocity_of_object

---------

Co-authored-by: Luke Weiler <lukew25073@gmail.com>
2023-06-02 10:28:14 -04:00
ganand2021
c18a873046 Added 2 new generator fucntions for the Tribonacci Series (#418)
* Added 2 new generator fucntions for the Tribonacci Series

* Order computer_science.py alphabetically

---------

Co-authored-by: Luke Weiler <lukew25073@gmail.com>
2023-06-02 10:25:23 -04:00
Nic Bestauros
4212e23ada Add Area Of Trapezoid (#419)
* Added area_of_trapezoid.

* Fixed spacing in file.

* Move area of trapezoid to latest gen_list

---------

Co-authored-by: Luke Weiler <lukew25073@gmail.com>
2023-06-02 10:21:40 -04:00
xdward
7b44722056 Added generator for orthogonal projections (#417) 2023-01-16 18:58:31 -05:00
Luke Weiler
afad67f757 Typhoons01 main (#415)
* Create simplify_square_roots_generator

* Adopt simplify_square_root to standards

* lint fixes

* lint fix

* standardize line_equation_from_2_points

* Fix some lint issues

* Fix formatting/lint errors

* update docs

Co-authored-by: Hardik Gupta <96004638+typhoons01@users.noreply.github.com>
2023-01-04 21:02:06 -05:00
Luke Weiler
a672709062 Add simplify_square_root (#413)
* Create simplify_square_roots_generator

* Adopt simplify_square_root to standards

* lint fixes

* lint fix

Co-authored-by: Hardik Gupta <96004638+typhoons01@users.noreply.github.com>
2023-01-03 16:46:19 -05:00
Luke Weiler
a2d2a1b0e9 No Generator class (#405)
* Create ids list

* rm Genimprt, rm inst in algebra + basic_math

* computer science and calculus no inst

* Remove instances from geometry

* remove instances from misc

* remove instances from permutations

* fix under indentations

* improve binary_complement_1s

* Remove generator.py

* initial docs setup

* move modules out of funcs, regen docs

* Move subjects to single files

* pdoc docs

* add make docs

* Remove mid-file imports, delete templates

* lint fixes

* Use math in docs

* remove format string from complex_quad

* regen docs

* Lint fix

* Hide non-generator modules from docs

* Hide utility methods from docs

* Created _gen_list.py

* Remove docs from readme

* replace tabs with 4 spaces

* lint fixes

* little docs changes

* docstrings for half of subjects

* Added example docs for remaining generators

* update docs

* Update intersection of two lines #408

* Snake case variables; for #406

* update docs

* Remove escaped backslashes; for #407

* autopep8

* lint fix

* lint fix

* remove gcd duplicates; for  #401

* Add missing delimiter for fraction_multiplication

* rebuild docs
2022-12-27 14:31:58 -05:00