Skip to content

Bug Fix for Number Format API

Compare
Choose a tag to compare
@Alexhuszagh Alexhuszagh released this 03 Sep 14:06
· 56 commits to main since this release

Existing code using digit separators such as "4_2.0" in the integral component would fail, due the counting of non-digit separators in number parsing not incrementing when calling step_by_unchecked. This led to erroneous Error::EmptyInteger results.