Skip to content

Releases: saschatimme/HigherPrecision.jl

Fix 32-bit failure

26 May 19:38
de6d69d
Compare
Choose a tag to compare

Fixes an overflow on 32-bit architectures.

Fixes

07 Nov 12:44
Compare
Choose a tag to compare
v0.1.3

Make tests run under 0.7 (probably)

AbstractFloat

05 Nov 21:02
d987892
Compare
Choose a tag to compare

Previously DoubleFloat64 was just a subtype of Real, but now it is a subtype of AbstractFloat.
I also added some more conversion and promotion rules, such that conversion from Rationals now should work just fine.

Initial release

05 Nov 16:02
Compare
Choose a tag to compare
v0.1.0

Make test less restrictive