We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca4e67 commit c95076eCopy full SHA for c95076e
README.md
@@ -24,8 +24,6 @@ const { Polynomial, polynomialRoots } = require('nomial');
24
25
### Calling
26
27
-The API is a single function that returns the roots given the polynomial coefficients.
28
-
29
```typescript
30
// The coefficients are stored in order of increasing exponent so this polynomial corresponds to
31
// -7412 - 1505x - 20x^2 - 10x^3 + 2x^4 + x^5
0 commit comments