README
2nd-degree
By: Eleven#2238
* Description
This library solves 2nd degree equations
* Installation
In PowerShell:
npm i 2nd-degree --save
An algorithm that solves 2nd degree equations!
<script type="module">
import ndDegree from 'https://cdn.skypack.dev/2nd-degree';
</script>
2nd-degree
By: Eleven#2238
* Description
This library solves 2nd degree equations
* Installation
In PowerShell:
npm i 2nd-degree --save