mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user