diff --git a/en/latest/.buildinfo b/en/latest/.buildinfo index 670fa85cd..57effb9d2 100644 --- a/en/latest/.buildinfo +++ b/en/latest/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4b3e0d870051f790e17d68f507422468 +config: 4dc72006b9047d9369d22e9ff2d35539 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/en/latest/.doctrees/environment.pickle b/en/latest/.doctrees/environment.pickle index e9fa8aaa0..1f01a31aa 100644 Binary files a/en/latest/.doctrees/environment.pickle and b/en/latest/.doctrees/environment.pickle differ diff --git a/en/latest/.doctrees/internals/polys.doctree b/en/latest/.doctrees/internals/polys.doctree index ba0896370..06b616fc0 100644 Binary files a/en/latest/.doctrees/internals/polys.doctree and b/en/latest/.doctrees/internals/polys.doctree differ diff --git a/en/latest/.doctrees/modules/core.doctree b/en/latest/.doctrees/modules/core.doctree index a929c983d..6655e3644 100644 Binary files a/en/latest/.doctrees/modules/core.doctree and b/en/latest/.doctrees/modules/core.doctree differ diff --git a/en/latest/.doctrees/release/notes-0.10.doctree b/en/latest/.doctrees/release/notes-0.10.doctree index 08db3984d..3bad60b63 100644 Binary files a/en/latest/.doctrees/release/notes-0.10.doctree and b/en/latest/.doctrees/release/notes-0.10.doctree differ diff --git a/en/latest/.doctrees/release/notes-0.8.doctree b/en/latest/.doctrees/release/notes-0.8.doctree index 6e9d13815..8146b853b 100644 Binary files a/en/latest/.doctrees/release/notes-0.8.doctree and b/en/latest/.doctrees/release/notes-0.8.doctree differ diff --git a/en/latest/.doctrees/tutorial/basics.doctree b/en/latest/.doctrees/tutorial/basics.doctree index 93e030b4c..b99375825 100644 Binary files a/en/latest/.doctrees/tutorial/basics.doctree and b/en/latest/.doctrees/tutorial/basics.doctree differ diff --git a/en/latest/_sources/release/notes-0.10.rst.txt b/en/latest/_sources/release/notes-0.10.rst.txt index 64d9cfb85..871e818c2 100644 --- a/en/latest/_sources/release/notes-0.10.rst.txt +++ b/en/latest/_sources/release/notes-0.10.rst.txt @@ -121,7 +121,7 @@ These Sympy issues also were addressed: * :sympyissue:`14791` No solution is returned for solve(exp(log(5)*x) - exp(log(2)*x), x) * :sympyissue:`14793` Limit involving log(factorial(x)) incorrect * :sympyissue:`14811` Exception during evaluation of limit (only locally, not in the live version) -* :sympyissue:`14822` RisingFactorial cannot do numerical (floating point) evaluations +* :sympyissue:`14822` RisingFactorial cannot do numerical (floating-point) evaluations * :sympyissue:`14820` octave/matlab codegen wrong for two argument zeta * :sympyissue:`14831` minpoly(-3*sqrt(12*sqrt(2) + 17) + 12*sqrt(2) + 17 -2*sqrt(2)*sqrt(12*sqrt(2) + 17), x) fails * :sympyissue:`14476` QQ.algebraic_field(Rational) should be just QQ diff --git a/en/latest/_sources/release/notes-0.8.rst.txt b/en/latest/_sources/release/notes-0.8.rst.txt index fa7783579..71f00e878 100644 --- a/en/latest/_sources/release/notes-0.8.rst.txt +++ b/en/latest/_sources/release/notes-0.8.rst.txt @@ -205,7 +205,7 @@ These Sympy issues also were addressed: * :sympyissue:`6572` Remove "#doctest: +SKIP" comments on valid docstrings * :sympyissue:`10134` Remove "raise StopIteration" * :sympyissue:`11672` limit(Rational(-1,2)**k, k, oo) fails -* :sympyissue:`11678` Invalid limit of floating point matrix power +* :sympyissue:`11678` Invalid limit of floating-point matrix power * :sympyissue:`11746` undesired (wrong) substition behavior in sympy? * :sympyissue:`3904` missing docstrings in core * :sympyissue:`3112` Asymptotic expansion diff --git a/en/latest/_sources/tutorial/basics.rst.txt b/en/latest/_sources/tutorial/basics.rst.txt index be0f59cad..8a08aa0f6 100644 --- a/en/latest/_sources/tutorial/basics.rst.txt +++ b/en/latest/_sources/tutorial/basics.rst.txt @@ -104,7 +104,7 @@ Use flag ``simultaneous`` to do all substitutions at once. Numerics ======== -To evaluate a numerical expression into a floating point number with +To evaluate a numerical expression into a floating-point number with arbitrary precision, use :meth:`~diofant.core.evalf.EvalfMixin.evalf`. By default, 15 digits of precision are used. @@ -152,7 +152,7 @@ Discussed above method is not effective enough if you intend to evaluate an expression at many points, there are better ways, especially if you only care about machine precision. -Substitution may be used to evaluate an expression for some floating point +Substitution may be used to evaluate an expression for some floating-point number >>> expr = sin(x)/x diff --git a/en/latest/_static/documentation_options.js b/en/latest/_static/documentation_options.js index 15b8dd259..1a46033a4 100644 --- a/en/latest/_static/documentation_options.js +++ b/en/latest/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.15.0a1.dev145+g67e71d03c', + VERSION: '0.15.0a1.dev151+g761b4d735', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/en/latest/aboutus.html b/en/latest/aboutus.html index c1310e5d6..49b0c53bf 100644 --- a/en/latest/aboutus.html +++ b/en/latest/aboutus.html @@ -4,7 +4,7 @@ -
A fully qualified representation of a complex isolation interval. The printed form is shown as (x1, y1) x (x2, y2): the southwest x northeast coordinates of the interval’s rectangle.
Return tuple representation of complex isolating interval.
Return conjugated isolating interval.
Return True
if two isolation intervals are disjoint.
Perform one step of complex root refinement algorithm.
A fully qualified representation of a real isolation interval.
Return tuple representation of real isolating interval.
Return True
if two isolation intervals are disjoint.
Perform one step of real root refinement algorithm.
If you want a 20-digit value of the decimal 0.3 (not the floating point +
If you want a 20-digit value of the decimal 0.3 (not the floating-point approximation of 0.3) you should send the 0.3 as a string. The underlying representation is still binary but a higher precision than Python’s float is used:
@@ -3829,14 +3829,14 @@oo - oo` produce NaN. Two exceptions are ``0**0
and oo**0
, which all produce 1
(this is consistent with Python’s
float).
-NaN is loosely related to floating point nan, which is defined in the -IEEE 754 floating point standard, and corresponds to the Python +
NaN is loosely related to floating-point nan, which is defined in the
+IEEE 754 floating-point standard, and corresponds to the Python
float('nan')
. Differences are noted below.
NaN is mathematically not equal to anything else, even NaN itself. This
explains the initially counter-intuitive results with Eq
and ==
in
the examples below.
NaN is not comparable so inequalities raise a TypeError. This is in -constrast with floating point nan where all inequalities are false.
+constrast with floating-point nan where all inequalities are false.NaN is a singleton, and can be accessed by nan
.
Examples
>>> nan is nan
@@ -4201,7 +4201,7 @@ GoldenRatio
- Domains — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Domains — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/functions/combinatorial.html b/en/latest/modules/functions/combinatorial.html
index 1e74aca34..37b2ec401 100644
--- a/en/latest/modules/functions/combinatorial.html
+++ b/en/latest/modules/functions/combinatorial.html
@@ -4,7 +4,7 @@
- Combinatorial — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Combinatorial — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/functions/elementary.html b/en/latest/modules/functions/elementary.html
index e2000cc33..c307dad42 100644
--- a/en/latest/modules/functions/elementary.html
+++ b/en/latest/modules/functions/elementary.html
@@ -4,7 +4,7 @@
- Elementary — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Elementary — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/functions/index.html b/en/latest/modules/functions/index.html
index a9302227e..04e802148 100644
--- a/en/latest/modules/functions/index.html
+++ b/en/latest/modules/functions/index.html
@@ -4,7 +4,7 @@
- Mathematical Functions — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Mathematical Functions — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/functions/special.html b/en/latest/modules/functions/special.html
index 0d059ee51..569882247 100644
--- a/en/latest/modules/functions/special.html
+++ b/en/latest/modules/functions/special.html
@@ -4,7 +4,7 @@
- Special — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Special — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/index.html b/en/latest/modules/index.html
index 1651b5d2b..a454eae32 100644
--- a/en/latest/modules/index.html
+++ b/en/latest/modules/index.html
@@ -4,7 +4,7 @@
- Reference — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Reference — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/integrals.html b/en/latest/modules/integrals.html
index c8b06b2f8..fb61c2129 100644
--- a/en/latest/modules/integrals.html
+++ b/en/latest/modules/integrals.html
@@ -4,7 +4,7 @@
- Integrals — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Integrals — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/interactive.html b/en/latest/modules/interactive.html
index c8602d8b3..9553d8ad3 100644
--- a/en/latest/modules/interactive.html
+++ b/en/latest/modules/interactive.html
@@ -4,7 +4,7 @@
- Interactive — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Interactive — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/logic.html b/en/latest/modules/logic.html
index 68c6aba02..ec7b7a2c2 100644
--- a/en/latest/modules/logic.html
+++ b/en/latest/modules/logic.html
@@ -4,7 +4,7 @@
- Logic — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Logic — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/matrices/dense.html b/en/latest/modules/matrices/dense.html
index ef7a9055f..ef80764d0 100644
--- a/en/latest/modules/matrices/dense.html
+++ b/en/latest/modules/matrices/dense.html
@@ -4,7 +4,7 @@
- Dense Matrices — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Dense Matrices — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/matrices/expressions.html b/en/latest/modules/matrices/expressions.html
index 6dfe53f5e..19f9ec117 100644
--- a/en/latest/modules/matrices/expressions.html
+++ b/en/latest/modules/matrices/expressions.html
@@ -4,7 +4,7 @@
- Matrix Expressions — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Matrix Expressions — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/matrices/immutablematrices.html b/en/latest/modules/matrices/immutablematrices.html
index b7a9d2193..14517af33 100644
--- a/en/latest/modules/matrices/immutablematrices.html
+++ b/en/latest/modules/matrices/immutablematrices.html
@@ -4,7 +4,7 @@
- Immutable Matrices — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Immutable Matrices — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/matrices/index.html b/en/latest/modules/matrices/index.html
index ac13495d1..018175b59 100644
--- a/en/latest/modules/matrices/index.html
+++ b/en/latest/modules/matrices/index.html
@@ -4,7 +4,7 @@
- Matrices — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Matrices — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/matrices/matrices.html b/en/latest/modules/matrices/matrices.html
index c781443a9..a381b506f 100644
--- a/en/latest/modules/matrices/matrices.html
+++ b/en/latest/modules/matrices/matrices.html
@@ -4,7 +4,7 @@
- Matrices (linear algebra) — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Matrices (linear algebra) — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/matrices/sparse.html b/en/latest/modules/matrices/sparse.html
index a8c644e62..c4bc5cdf8 100644
--- a/en/latest/modules/matrices/sparse.html
+++ b/en/latest/modules/matrices/sparse.html
@@ -4,7 +4,7 @@
- Sparse Matrices — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Sparse Matrices — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/ntheory.html b/en/latest/modules/ntheory.html
index e46b56510..ef54c3721 100644
--- a/en/latest/modules/ntheory.html
+++ b/en/latest/modules/ntheory.html
@@ -4,7 +4,7 @@
- Number Theory — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Number Theory — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/parsing.html b/en/latest/modules/parsing.html
index 5b3688fb8..199a25a94 100644
--- a/en/latest/modules/parsing.html
+++ b/en/latest/modules/parsing.html
@@ -4,7 +4,7 @@
- Parsing — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Parsing — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/polys.html b/en/latest/modules/polys.html
index dc513abaa..be99d9a98 100644
--- a/en/latest/modules/polys.html
+++ b/en/latest/modules/polys.html
@@ -4,7 +4,7 @@
- Polynomials — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Polynomials — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/printing.html b/en/latest/modules/printing.html
index d08bebcdd..3b1063ea3 100644
--- a/en/latest/modules/printing.html
+++ b/en/latest/modules/printing.html
@@ -4,7 +4,7 @@
- Printing — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Printing — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/sets.html b/en/latest/modules/sets.html
index 15188c284..f7bfdc65e 100644
--- a/en/latest/modules/sets.html
+++ b/en/latest/modules/sets.html
@@ -4,7 +4,7 @@
- Sets — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Sets — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/simplify/simplify.html b/en/latest/modules/simplify/simplify.html
index 377ca3bda..ed226c79a 100644
--- a/en/latest/modules/simplify/simplify.html
+++ b/en/latest/modules/simplify/simplify.html
@@ -4,7 +4,7 @@
- Simplify — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Simplify — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/solvers/diophantine.html b/en/latest/modules/solvers/diophantine.html
index 86831b4c0..652f89ddc 100644
--- a/en/latest/modules/solvers/diophantine.html
+++ b/en/latest/modules/solvers/diophantine.html
@@ -4,7 +4,7 @@
- Diophantine — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Diophantine — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/solvers/index.html b/en/latest/modules/solvers/index.html
index e6345e3e8..20127f803 100644
--- a/en/latest/modules/solvers/index.html
+++ b/en/latest/modules/solvers/index.html
@@ -4,7 +4,7 @@
- Solvers — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Solvers — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/solvers/inequalities.html b/en/latest/modules/solvers/inequalities.html
index 938b413bf..f8171ad9f 100644
--- a/en/latest/modules/solvers/inequalities.html
+++ b/en/latest/modules/solvers/inequalities.html
@@ -4,7 +4,7 @@
- Inequality Solvers — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Inequality Solvers — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/solvers/ode.html b/en/latest/modules/solvers/ode.html
index 83cb21033..d558bb2c5 100644
--- a/en/latest/modules/solvers/ode.html
+++ b/en/latest/modules/solvers/ode.html
@@ -4,7 +4,7 @@
- ODE — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ ODE — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/solvers/pde.html b/en/latest/modules/solvers/pde.html
index 9c1373dca..044038a32 100644
--- a/en/latest/modules/solvers/pde.html
+++ b/en/latest/modules/solvers/pde.html
@@ -4,7 +4,7 @@
- PDE — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ PDE — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/solvers/recurr.html b/en/latest/modules/solvers/recurr.html
index d88129c10..8069e4ac9 100644
--- a/en/latest/modules/solvers/recurr.html
+++ b/en/latest/modules/solvers/recurr.html
@@ -4,7 +4,7 @@
- Recurrence Equations — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Recurrence Equations — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/solvers/solvers.html b/en/latest/modules/solvers/solvers.html
index 3bf47d3d0..c0e663467 100644
--- a/en/latest/modules/solvers/solvers.html
+++ b/en/latest/modules/solvers/solvers.html
@@ -4,7 +4,7 @@
- Algebraic equations — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Algebraic equations — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/solvers/utilities.html b/en/latest/modules/solvers/utilities.html
index 7c3b7bb1e..24799446b 100644
--- a/en/latest/modules/solvers/utilities.html
+++ b/en/latest/modules/solvers/utilities.html
@@ -4,7 +4,7 @@
- Utilities for solving — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Utilities for solving — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/tensor/array.html b/en/latest/modules/tensor/array.html
index 970ddee33..cd46e96e0 100644
--- a/en/latest/modules/tensor/array.html
+++ b/en/latest/modules/tensor/array.html
@@ -4,7 +4,7 @@
- N-dim array — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ N-dim array — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/tensor/index.html b/en/latest/modules/tensor/index.html
index 2c5d471f5..c4532612d 100644
--- a/en/latest/modules/tensor/index.html
+++ b/en/latest/modules/tensor/index.html
@@ -4,7 +4,7 @@
- Tensors — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Tensors — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/tensor/index_methods.html b/en/latest/modules/tensor/index_methods.html
index 890c24e29..b3322e5c1 100644
--- a/en/latest/modules/tensor/index_methods.html
+++ b/en/latest/modules/tensor/index_methods.html
@@ -4,7 +4,7 @@
- Methods — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Methods — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/tensor/indexed.html b/en/latest/modules/tensor/indexed.html
index 0a4f56d3a..bf1637253 100644
--- a/en/latest/modules/tensor/indexed.html
+++ b/en/latest/modules/tensor/indexed.html
@@ -4,7 +4,7 @@
- Indexed Objects — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Indexed Objects — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/autowrap.html b/en/latest/modules/utilities/autowrap.html
index 0e41788d3..2ea22a067 100644
--- a/en/latest/modules/utilities/autowrap.html
+++ b/en/latest/modules/utilities/autowrap.html
@@ -4,7 +4,7 @@
- Autowrap Module — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Autowrap Module — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/codegen.html b/en/latest/modules/utilities/codegen.html
index 80712e654..d9258244b 100644
--- a/en/latest/modules/utilities/codegen.html
+++ b/en/latest/modules/utilities/codegen.html
@@ -4,7 +4,7 @@
- Codegen — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Codegen — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/decorator.html b/en/latest/modules/utilities/decorator.html
index e06c281f7..ff24c3513 100644
--- a/en/latest/modules/utilities/decorator.html
+++ b/en/latest/modules/utilities/decorator.html
@@ -4,7 +4,7 @@
- Decorator — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Decorator — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/enumerative.html b/en/latest/modules/utilities/enumerative.html
index d1c569805..eb9487508 100644
--- a/en/latest/modules/utilities/enumerative.html
+++ b/en/latest/modules/utilities/enumerative.html
@@ -4,7 +4,7 @@
- Enumerative — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Enumerative — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/index.html b/en/latest/modules/utilities/index.html
index fa9a6929f..70925fbf0 100644
--- a/en/latest/modules/utilities/index.html
+++ b/en/latest/modules/utilities/index.html
@@ -4,7 +4,7 @@
- Utilities — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Utilities — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/iterables.html b/en/latest/modules/utilities/iterables.html
index 26ac242c6..1c7280ce8 100644
--- a/en/latest/modules/utilities/iterables.html
+++ b/en/latest/modules/utilities/iterables.html
@@ -4,7 +4,7 @@
- Iterables — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Iterables — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/lambdify.html b/en/latest/modules/utilities/lambdify.html
index ab49442be..ee9025f76 100644
--- a/en/latest/modules/utilities/lambdify.html
+++ b/en/latest/modules/utilities/lambdify.html
@@ -4,7 +4,7 @@
- Lambdify — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Lambdify — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/memoization.html b/en/latest/modules/utilities/memoization.html
index 47a764ba3..9fe59bafe 100644
--- a/en/latest/modules/utilities/memoization.html
+++ b/en/latest/modules/utilities/memoization.html
@@ -4,7 +4,7 @@
- Memoization — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Memoization — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/misc.html b/en/latest/modules/utilities/misc.html
index 902826e25..35c2652ab 100644
--- a/en/latest/modules/utilities/misc.html
+++ b/en/latest/modules/utilities/misc.html
@@ -4,7 +4,7 @@
- Miscellaneous — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Miscellaneous — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/modules/utilities/randtest.html b/en/latest/modules/utilities/randtest.html
index c431485ed..6f81d9d48 100644
--- a/en/latest/modules/utilities/randtest.html
+++ b/en/latest/modules/utilities/randtest.html
@@ -4,7 +4,7 @@
- Randomised Testing — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Randomised Testing — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/objects.inv b/en/latest/objects.inv
index 2e82cf38d..dc64ef5d7 100644
Binary files a/en/latest/objects.inv and b/en/latest/objects.inv differ
diff --git a/en/latest/py-modindex.html b/en/latest/py-modindex.html
index 4e558cc26..8e3b45f6b 100644
--- a/en/latest/py-modindex.html
+++ b/en/latest/py-modindex.html
@@ -3,7 +3,7 @@
- Python Module Index — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Python Module Index — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -17,7 +17,7 @@
-
+
diff --git a/en/latest/release/index.html b/en/latest/release/index.html
index 525c3d7c8..f1da21d7e 100644
--- a/en/latest/release/index.html
+++ b/en/latest/release/index.html
@@ -4,7 +4,7 @@
- Release Notes — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Release Notes — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
diff --git a/en/latest/release/notes-0.10.html b/en/latest/release/notes-0.10.html
index c368f17ca..3c950aca2 100644
--- a/en/latest/release/notes-0.10.html
+++ b/en/latest/release/notes-0.10.html
@@ -4,7 +4,7 @@
- Diofant 0.10 — Diofant 0.15.0a1.dev145+g67e71d03c documentation
+ Diofant 0.10 — Diofant 0.15.0a1.dev151+g761b4d735 documentation
@@ -18,7 +18,7 @@
-
+
@@ -227,7 +227,7 @@ Issues closedsympy/sympy#14791 No solution is returned for solve(exp(log(5)*x) - exp(log(2)*x), x)
sympy/sympy#14793 Limit involving log(factorial(x)) incorrect
sympy/sympy#14811 Exception during evaluation of limit (only locally, not in the live version)
sympy/sympy#14822 RisingFactorial cannot do numerical (floating point) evaluations
sympy/sympy#14822 RisingFactorial cannot do numerical (floating-point) evaluations
sympy/sympy#14820 octave/matlab codegen wrong for two argument zeta
sympy/sympy#14831 minpoly(-3*sqrt(12*sqrt(2) + 17) + 12*sqrt(2) + 17 -2*sqrt(2)*sqrt(12*sqrt(2) + 17), x) fails
sympy/sympy#14476 QQ.algebraic_field(Rational) should be just QQ
sympy/sympy#10134 Remove “raise StopIteration”
sympy/sympy#11672 limit(Rational(-1,2)**k, k, oo) fails
sympy/sympy#11678 Invalid limit of floating point matrix power
sympy/sympy#11678 Invalid limit of floating-point matrix power
sympy/sympy#11746 undesired (wrong) substition behavior in sympy?
sympy/sympy#3904 missing docstrings in core
sympy/sympy#3112 Asymptotic expansion
To evaluate a numerical expression into a floating point number with +
To evaluate a numerical expression into a floating-point number with
arbitrary precision, use evalf()
.
By default, 15 digits of precision are used.