vtjnash / Polynomial.jl

Polynomial manipulations
Other
6 stars 10 forks source link

Added gcd() function #30

Closed jcrist closed 10 years ago

jcrist commented 10 years ago

Added a function to calculate the greatest common divisor using Euclid's algorithm. As this really only makes sense for floating point types, it only works on those.

vtjnash commented 10 years ago

@loladiro please cherry-pick this

Keno commented 10 years ago

Already did.