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
eafd624948
Fixed docs a bit
2025-10-26 13:03:03 +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
xinoehp512
ecddec6e3b
Fixed incorrectly formatted output & incorrectly formatted documentation for the following generators: ( #424 )
...
-Complex Quadratic
-Absolute Difference
-Stationary Points
-Volume of a Cube
-Quotient of Powers with Same Base
-Union, Intersection, Difference of Two Sets
-Probability of a certain sum appearing on faces of dice
2023-05-29 18:01:47 -04: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