Skip to content

v1.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 21:24

MultiFloats v1.0.4

Diff since v1.0.3

Closed issues:

  • Correct implementation of hypot(x, y) (#4)
  • Catastrophic loss of precision in hypot (#30)

Merged pull requests:

  • Better stopgaps for log1p and expm1 (#19) (@lrnv)
  • Remove stopgap hypot implementation (#31) (@samuel3008)
  • speed up conversion from big types, deduplicate code (#35) (@nsajko)
  • fix runtime dispatch for MultiFloat{Float64, 11} and up (#36) (@nsajko)