From 3d775bdd6094912ebc3801c1dad3bbdd5863b315 Mon Sep 17 00:00:00 2001 From: Michael Soegtrop Date: Sat, 2 May 2020 15:14:12 +0200 Subject: CReal: changed epsilon for modulus of convergence from 1/n to 2^z --- doc/changelog/10-standard-library/12186-creal-new-modulus.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/changelog/10-standard-library/12186-creal-new-modulus.rst (limited to 'doc/changelog') diff --git a/doc/changelog/10-standard-library/12186-creal-new-modulus.rst b/doc/changelog/10-standard-library/12186-creal-new-modulus.rst new file mode 100644 index 0000000000..778bf78d59 --- /dev/null +++ b/doc/changelog/10-standard-library/12186-creal-new-modulus.rst @@ -0,0 +1,5 @@ +- **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 `_, + by Michael Soegtrop). -- cgit v1.2.3