Skip to content

Commit

Permalink
Updated link to Generic Arithmetic Types branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWhiteHat authored Aug 26, 2020
1 parent 18255ea commit 58515c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A univariate, sparse, integer polynomial class. That is, a polynomial in only on


### Generic Arithmetic Types
* I created an implementation that uses generic arithmetic types. All polynomial arithmetic is performed on this generic type, allowing BigInteger to be swapped out for Complex, Decimal, BigComplex, BigDecimal, BigRational and System.Drawing.Color. Okay, it doesnt really perform arithmetic on System.Drawing.Color. Check it out on my [GenericArithmeticTypes branch](https://github.com/AdamWhiteHat/Polynomial/tree/GenericArithmeticTypes).
* I created an implementation that uses generic arithmetic types. All polynomial arithmetic is performed on this generic type, allowing BigInteger to be swapped out for Complex, Decimal, BigComplex, BigDecimal, BigRational and System.Drawing.Color. Okay, it doesnt really perform arithmetic on System.Drawing.Color. Check it out on my [GenericArithmeticTypes branch](https://github.com/AdamWhiteHat/Polynomial/tree/GenericArithmetic-Types).


#
Expand Down

0 comments on commit 58515c1

Please sign in to comment.