Skip to content

Commit 8414410

Browse files
committed
Spruce up readme
1 parent 8214618 commit 8414410

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Nomial
22

3-
Nomial is a TypeScript implementation of Cem Yuksel's extremely fast, robust, and simple root finding algorithm presented in the paper "High-Performance Polynomial Root Finding for Graphics" (2022). It can be used to find real roots of polynomials of degree 10 and higher. This package has no dependencies and is `1.5kb` minified and `787B` minified & gzipped.
3+
Nomial is a TypeScript implementation of Cem Yuksel's extremely fast, robust, and simple root finding algorithm presented in the paper "High-Performance Polynomial Root Finding for Graphics" (2022).
4+
5+
- Find real roots of polynomials of degree 10 and higher.
6+
- No dependencies.
7+
- 1.8 kilobyes minified, 844 bytes minified & gzipped.
48

59
## Installation
610

0 commit comments

Comments
 (0)