vtjnash / Polynomial.jl

Polynomial manipulations
Other
6 stars 10 forks source link

Fix polynomials with rational coefficients. #17

Closed jwmerrill closed 10 years ago

jwmerrill commented 10 years ago
  1. Get rid of eps check in constructor. Many types don't have an eps method.
  2. Find more precise types for results of division.
jwmerrill commented 10 years ago

This fixes #12.