diff options
| author | Hugo Herbelin | 2020-04-23 21:54:24 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-04-23 21:54:24 +0200 |
| commit | c28eaa1067e745ce5b73e7b03162b582e9461a23 (patch) | |
| tree | 440511e1f45743cc56218c7739adc946897c2934 /doc | |
| parent | a50cb07b1e7d161491e2c1d48fd3525b29397524 (diff) | |
| parent | a4432d05514a60f59b7917331abfb9f589d8ca85 (diff) | |
Merge PR #12117: Make multiplication of Cauchy reals transparent and accelerate it
Reviewed-by: herbelin
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/changes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index 31fb1b7382..ff2b742220 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -481,10 +481,12 @@ Changes in 8.11+beta1 .. _811Reals: - **Added:** - Module `Reals.ConstructiveCauchyReals` defines constructive real numbers + Module `Reals.Cauchy.ConstructiveCauchyReals` defines constructive real numbers by Cauchy sequences of rational numbers (`#10445 <https://github.com/coq/coq/pull/10445>`_, by Vincent Semeria, with the help and review of Guillaume Melquiond and Bas Spitters). + This module is not meant to be imported directly, please import + `Reals.Abstract.ConstructiveReals` instead. - **Added:** New module `Reals.ClassicalDedekindReals` defines Dedekind real numbers as boolean-valued functions along with 3 logical axioms: |
