Releases: dzhang314/MultiFloats.jl
Releases · dzhang314/MultiFloats.jl
v1.0.1
MultiFloats v1.0.1
- Implemented
String
toMultiFloat
conversion - Added support for special values (
Inf
/NaN
) inBigFloat
toMultiFloat
conversion
v1.0.0
MultiFloats v1.0.0
Closed issues:
Merged pull requests:
- Install TagBot as a GitHub Action (#6) (@JuliaTagBot)
- Document the number of flops for +, -, * and / (#9) (@haampie)
- provide
Base.isinteger
for MultiFloats (#11) (@JeffreySarnoff) - Adding stop-gaps for trenscendental functions, Base.round, Base.rand and Base.:^ (#14) (@lrnv)
v0.4.0
v0.4.0 (2019-11-09)
- Implemented
Base.nextfloat
andBase.prevfloat
- Added stop-gap
hypot
implementation for compatibility with GenericLinearAlgebra - Changed field name
MultiFloat.x
toMultiFloat._limbs
to reflect privacy
v0.3.0
v0.3.0 (2019-10-31)
- Implemented
MultiFloat
comparison functions (==
,!=
,<
,>
,<=
,>=
) - Implemented
Base.typemax
andBase.typemin
- Added no-op definition of
renormalize
for otherNumber
types - Fixed computation of
sqrt
for very small numbers
Closed issues: