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>
This commit is contained in:
Luke Weiler
2023-01-03 16:46:19 -05:00
committed by GitHub
parent 85395255f7
commit a672709062
6 changed files with 154 additions and 24 deletions

View File

@@ -100,7 +100,7 @@ mathgenerator </h1>
<p>A math problem generator, created for the purpose of giving teachers and students the means to easily get access to random math exercises to suit their needs.</p>
<p>To try out generators, go to <a href="https://lukew3.github.io/mathgenerator">https://lukew3.github.io/mathgenerator</a></p>
<p>To try out generators, go to <a href="https://mathgenerator-demo.netlify.app">https://mathgenerator-demo.netlify.app</a></p>
<p>See <a href="https://github.com/lukew3/mathgenerator/blob/main/CONTRIBUTING.md">CONTRIBUTING.md</a> for information about how to contribute.</p>
@@ -175,7 +175,7 @@ Problem/solution pairs are generated with either:</p>
You can also use <code><a href="#getGenList">getGenList()</a></code> to return a list of all generators included in the library in the format:</li>
</ul>
<pre><code>[id, title, gen_func, funcname, subjectname, kwargs]
<pre><code>[funcname, subjectname]
</code></pre>
<h2 id="documentation">Documentation</h2>