2 releases (1 stable)
1.0.0 | Jul 31, 2024 |
---|
#1188 in Math
37 downloads per month
25KB
523 lines
⚡️Polynomial
Rework of Polynomial a lib to operate polynomials but now is blazingly fast ⚡️
Practice to learn rust
lib.rs
:
Polynomials
Math lib to operate Polynomials expressions
Features
Math sintax support
let poly: Polynomial<i32> = Polynomial::try_from("x^2 + 4x - 100").unwrap();
Support opertaions for monomials and polynomials:
+
Add-
Negate*
Multiply/
Divide- Root Calculation (Only Polynomial)
Dependencies
~465KB