Skip to content

Releases: dzhang314/MultiFloats.jl

v1.0.1

05 Jan 08:24
Compare
Choose a tag to compare

MultiFloats v1.0.1

  • Implemented String to MultiFloat conversion
  • Added support for special values (Inf/NaN) in BigFloat to MultiFloat conversion

Diff since v1.0.0

v1.0.0

05 Jan 06:21
Compare
Choose a tag to compare

MultiFloats v1.0.0

Diff since v0.4.0

Closed issues:

  • conversion to/from other extended precision types (#5)
  • Support a^b (#8)
  • Inf + 1 returns NaN (#13)

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

09 Nov 20:48
v0.4.0
Compare
Choose a tag to compare

v0.4.0 (2019-11-09)

  • Implemented Base.nextfloat and Base.prevfloat
  • Added stop-gap hypot implementation for compatibility with GenericLinearAlgebra
  • Changed field name MultiFloat.x to MultiFloat._limbs to reflect privacy

Diff since v0.3.0

v0.3.0

31 Oct 17:48
v0.3.0
Compare
Choose a tag to compare

v0.3.0 (2019-10-31)

  • Implemented MultiFloat comparison functions (==, !=, <, >, <=, >=)
  • Implemented Base.typemax and Base.typemin
  • Added no-op definition of renormalize for other Number types
  • Fixed computation of sqrt for very small numbers

Diff since v0.2.0

Closed issues:

v0.2.0

29 Oct 05:02
v0.2.0
Compare
Choose a tag to compare