|
4 | 4 | [](https://docs.rs/spindalis) |
5 | 5 | [](https://github.com/lignum-vitae/spindalis/actions?workflow=Build%20and%20test%20Rust) |
6 | 6 | [](https://github.com/lignum-vitae/spindalis/actions?workflow=Clippy%20check%20-%20lint) |
| 7 | +[](https://github.com/lignum-vitae/spindalis/stargazers) |
7 | 8 |
|
8 | 9 | A bioinformatics library for numerical modeling, optimisation, data analysis, |
9 | 10 | and simulation written in Rust. |
@@ -70,14 +71,14 @@ unified through their implementation of `PolynomialTraits`, where they have |
70 | 71 | attached methods to parse, evaluate, integrate, and derivate |
71 | 72 | univariate and multivariate polynomials. |
72 | 73 |
|
73 | | -Simple Polynomial can handle univariate polynomials with integer exponents and |
| 74 | +**Simple Polynomial** can handle univariate polynomials with integer exponents and |
74 | 75 | only addition and subtraction. |
75 | 76 |
|
76 | | -Intermediate Polynomial is an extension of Simple Polynomial that can handle multivariate |
| 77 | +**Intermediate Polynomial** is an extension of Simple Polynomial that can handle multivariate |
77 | 78 | polynomials. Intermediate polynomial can also handle fractional, decimal, and |
78 | 79 | negative exponents. |
79 | 80 |
|
80 | | -Polynomial is intended to handle all operations for a polynomial. This would |
| 81 | +**Polynomial** is intended to handle all operations for a polynomial. This would |
81 | 82 | include multivariate polynomials, functions such as sin or cos, constants such as |
82 | 83 | pi, fractional exponents, negative exponents, and optimistically also polynomial |
83 | 84 | expansion. |
@@ -144,6 +145,8 @@ We welcome contributions! Please read our: |
144 | 145 | > to pull the latest changes from the main branch as well as to format, test, and lint your code. |
145 | 146 | > Just can be installed using `cargo install just`, curl, or your favourite package manager. |
146 | 147 |
|
| 148 | +Stay connected via our **[Discord Server](https://discord.gg/PdVZCtcgaH)** |
| 149 | + |
147 | 150 | ## Stability |
148 | 151 |
|
149 | 152 | This project is in the alpha stage. APIs may change without warning until version |
|
0 commit comments