This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/master by this push: new ad957afa Track changes ad957afa is described below commit ad957afa930bba674246c15a49e8eaea2cfdba61 Author: aherbert <aherb...@apache.org> AuthorDate: Fri Aug 25 14:13:32 2023 +0100 Track changes --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 421fac67..59de54ad 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,11 @@ If the output is not quite correct, check for invisible trailing spaces! <release version="1.2" date="TBD" description=" New features, updates and bug fixes. "> + <action dev="aherbert" type="add" issue="NUMBERS-193"> + "DD": Add an extended precision floating-point number. A double-double (DD) number + is an unevaluated sum of two IEEE double precision numbers capable of representing + at least 106 bits of significand. + </action> <action dev="aherbert" type="fix" issue="NUMBERS-201"> "FP64": Make equals consistent with hashCode. </action>