aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/10-standard-library/12186-creal-new-modulus.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/10-standard-library/12186-creal-new-modulus.rst')
-rw-r--r--doc/changelog/10-standard-library/12186-creal-new-modulus.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/changelog/10-standard-library/12186-creal-new-modulus.rst b/doc/changelog/10-standard-library/12186-creal-new-modulus.rst
deleted file mode 100644
index 778bf78d59..0000000000
--- a/doc/changelog/10-standard-library/12186-creal-new-modulus.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-- **Changed:**
- In the reals theory changed the epsilon in the definition of the modulus of convergence for CReal from 1/n (n in positive) to 2^z (z in Z)
- so that a precision coarser than one is possible. Also added an upper bound to CReal to enable more efficient computations.
- (`#12186 <https://github.com/coq/coq/pull/12186>`_,
- by Michael Soegtrop).