Skip to content

v1.1.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 02 Feb 00:33
· 17 commits to master since this release
v1.1.0

Switched to default return value RationalRoot{BigInt}, which is an exact representation (provided by RationalRoots.jl) that is converted to a floating point approximation depending on the context, using the AbstractIrrational infrastructure from Julia Base. Thanks to @w-vdh for the PR that initiated this change.