Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWhiteHat committed Feb 16, 2021
1 parent 918a7b1 commit afb8bb3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ A univariate, sparse, integer polynomial class. That is, a polynomial in only on
* Supports **symbolic** univariate polynomial arithmetic including:
* Addition
* Subtraction
* Multiplication
* Division
* Multiplication
* Modulus
* Exponentiation
* Factoring
* Derivatives
* Exponentiation
* GCD of polynomials
* Functional composition
* Irreducibility checking
* Polynomial evaluation by assigning to the invariant (X in this case) a value.
* All numbers use BigInteger integers, for arbitrarily large numbers.
* Polynomial evaluation by assigning values to the indeterminates
* Numeric values are of type BigInteger, so it support polynomials that evaluate to arbitrarily large numbers
* While all coefficents must be integers, it does support evaluating the polynomial with real and complex indeterminates, returning a real or complex result

#

Expand Down

0 comments on commit afb8bb3

Please sign in to comment.