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 @@ - About — Diofant 0.15.0a1.dev145+g67e71d03c documentation + About — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/cli.html b/en/latest/cli.html index ef21d2c77..23bab54b9 100644 --- a/en/latest/cli.html +++ b/en/latest/cli.html @@ -4,7 +4,7 @@ - Command-Line Usage — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Command-Line Usage — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/genindex.html b/en/latest/genindex.html index 0765788dc..e247865b5 100644 --- a/en/latest/genindex.html +++ b/en/latest/genindex.html @@ -3,7 +3,7 @@ - Index — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Index — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -17,7 +17,7 @@ - + diff --git a/en/latest/guide.html b/en/latest/guide.html index 6054efc14..6187b382a 100644 --- a/en/latest/guide.html +++ b/en/latest/guide.html @@ -4,7 +4,7 @@ - Development — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Development — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/index.html b/en/latest/index.html index 71a409765..d679d6e0d 100644 --- a/en/latest/index.html +++ b/en/latest/index.html @@ -5,7 +5,7 @@ - Diofant’s documentation — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Diofant’s documentation — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -19,7 +19,7 @@ - + diff --git a/en/latest/install.html b/en/latest/install.html index e6e9fc23e..60b768dc9 100644 --- a/en/latest/install.html +++ b/en/latest/install.html @@ -4,7 +4,7 @@ - Installation — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Installation — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/internals/evalf.html b/en/latest/internals/evalf.html index 058c2d341..5da9648fe 100644 --- a/en/latest/internals/evalf.html +++ b/en/latest/internals/evalf.html @@ -4,7 +4,7 @@ - Numerical evaluation — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Numerical evaluation — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/internals/g-functions.html b/en/latest/internals/g-functions.html index d148558cc..8a3fee8e0 100644 --- a/en/latest/internals/g-functions.html +++ b/en/latest/internals/g-functions.html @@ -4,7 +4,7 @@ - Computing Integrals using Meijer G-Functions — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Computing Integrals using Meijer G-Functions — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/internals/gruntz.html b/en/latest/internals/gruntz.html index 8d2655160..8537e95d5 100644 --- a/en/latest/internals/gruntz.html +++ b/en/latest/internals/gruntz.html @@ -4,7 +4,7 @@ - The Gruntz Algorithm — Diofant 0.15.0a1.dev145+g67e71d03c documentation + The Gruntz Algorithm — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/internals/hyperexpand.html b/en/latest/internals/hyperexpand.html index 509a85bdc..d1ceb72e4 100644 --- a/en/latest/internals/hyperexpand.html +++ b/en/latest/internals/hyperexpand.html @@ -4,7 +4,7 @@ - Details on the Hypergeometric Function Expansion — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Details on the Hypergeometric Function Expansion — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/internals/index.html b/en/latest/internals/index.html index de3f048b5..bf276177c 100644 --- a/en/latest/internals/index.html +++ b/en/latest/internals/index.html @@ -4,7 +4,7 @@ - Internals — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Internals — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/internals/polys.html b/en/latest/internals/polys.html index bafd60cf5..be29c0c36 100644 --- a/en/latest/internals/polys.html +++ b/en/latest/internals/polys.html @@ -4,7 +4,7 @@ - Internals of the Polynomial Manipulation Module — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Internals of the Polynomial Manipulation Module — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + @@ -2000,13 +2000,13 @@

Heuristic GCD
-class diofant.polys.rootisolation.ComplexInterval(a, b, I, Q, F1, F2, f1, f2, conj=False)[source]
+class diofant.polys.rootisolation.ComplexInterval(a, b, I, Q, F1, F2, f1, f2, conj=False)[source]

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.

-as_tuple()[source]
+as_tuple()[source]

Return tuple representation of complex isolating interval.

@@ -2042,13 +2042,13 @@

Heuristic GCD
-conjugate()[source]
+conjugate()[source]

Return conjugated isolating interval.

-is_disjoint(other, check_re_refinement=False, re_disjoint=False)[source]
+is_disjoint(other, check_re_refinement=False, re_disjoint=False)[source]

Return True if two isolation intervals are disjoint.

Parameters:
@@ -2064,7 +2064,7 @@

Heuristic GCD
-refine(vertical=False)[source]
+refine(vertical=False)[source]

Perform one step of complex root refinement algorithm.

@@ -2072,7 +2072,7 @@

Heuristic GCD
-class diofant.polys.rootisolation.RealInterval(data, f)[source]
+class diofant.polys.rootisolation.RealInterval(data, f)[source]

A fully qualified representation of a real isolation interval.

@@ -2082,7 +2082,7 @@

Heuristic GCD
-as_tuple()[source]
+as_tuple()[source]

Return tuple representation of real isolating interval.

@@ -2100,13 +2100,13 @@

Heuristic GCD
-is_disjoint(other)[source]
+is_disjoint(other)[source]

Return True if two isolation intervals are disjoint.

-refine()[source]
+refine()[source]

Perform one step of real root refinement algorithm.

diff --git a/en/latest/modules/calculus/index.html b/en/latest/modules/calculus/index.html index 87eba2811..3298aee09 100644 --- a/en/latest/modules/calculus/index.html +++ b/en/latest/modules/calculus/index.html @@ -4,7 +4,7 @@ - Calculus — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Calculus — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/graycode.html b/en/latest/modules/combinatorics/graycode.html index 99286e1dc..af32a768b 100644 --- a/en/latest/modules/combinatorics/graycode.html +++ b/en/latest/modules/combinatorics/graycode.html @@ -4,7 +4,7 @@ - Gray Code — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Gray Code — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/group_constructs.html b/en/latest/modules/combinatorics/group_constructs.html index 5bc80e22d..55ff4f2a1 100644 --- a/en/latest/modules/combinatorics/group_constructs.html +++ b/en/latest/modules/combinatorics/group_constructs.html @@ -4,7 +4,7 @@ - Group constructors — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Group constructors — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/index.html b/en/latest/modules/combinatorics/index.html index 10ef1c409..d58f15487 100644 --- a/en/latest/modules/combinatorics/index.html +++ b/en/latest/modules/combinatorics/index.html @@ -4,7 +4,7 @@ - Combinatorics — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Combinatorics — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/named_groups.html b/en/latest/modules/combinatorics/named_groups.html index 2e8f94097..b1e8ab8e7 100644 --- a/en/latest/modules/combinatorics/named_groups.html +++ b/en/latest/modules/combinatorics/named_groups.html @@ -4,7 +4,7 @@ - Named Groups — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Named Groups — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/partitions.html b/en/latest/modules/combinatorics/partitions.html index 83a26d97d..82a978d59 100644 --- a/en/latest/modules/combinatorics/partitions.html +++ b/en/latest/modules/combinatorics/partitions.html @@ -4,7 +4,7 @@ - Partitions — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Partitions — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/perm_groups.html b/en/latest/modules/combinatorics/perm_groups.html index 42b49eb48..d7eae2659 100644 --- a/en/latest/modules/combinatorics/perm_groups.html +++ b/en/latest/modules/combinatorics/perm_groups.html @@ -4,7 +4,7 @@ - Permutation Groups — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Permutation Groups — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/permutations.html b/en/latest/modules/combinatorics/permutations.html index e549c7d1f..88d675792 100644 --- a/en/latest/modules/combinatorics/permutations.html +++ b/en/latest/modules/combinatorics/permutations.html @@ -4,7 +4,7 @@ - Permutations — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Permutations — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/polyhedron.html b/en/latest/modules/combinatorics/polyhedron.html index 0186e093a..52cc83e57 100644 --- a/en/latest/modules/combinatorics/polyhedron.html +++ b/en/latest/modules/combinatorics/polyhedron.html @@ -4,7 +4,7 @@ - Polyhedron — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Polyhedron — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/prufer.html b/en/latest/modules/combinatorics/prufer.html index 2408fb1e3..751dd0430 100644 --- a/en/latest/modules/combinatorics/prufer.html +++ b/en/latest/modules/combinatorics/prufer.html @@ -4,7 +4,7 @@ - Prufer Sequences — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Prufer Sequences — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/subsets.html b/en/latest/modules/combinatorics/subsets.html index 9f47b7d4a..64fa6e3a6 100644 --- a/en/latest/modules/combinatorics/subsets.html +++ b/en/latest/modules/combinatorics/subsets.html @@ -4,7 +4,7 @@ - Subsets — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Subsets — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/tensor_can.html b/en/latest/modules/combinatorics/tensor_can.html index 975ef9e33..05f26d8dc 100644 --- a/en/latest/modules/combinatorics/tensor_can.html +++ b/en/latest/modules/combinatorics/tensor_can.html @@ -4,7 +4,7 @@ - Tensor Canonicalization — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Tensor Canonicalization — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/testutil.html b/en/latest/modules/combinatorics/testutil.html index 801ebea66..ee8112ddf 100644 --- a/en/latest/modules/combinatorics/testutil.html +++ b/en/latest/modules/combinatorics/testutil.html @@ -4,7 +4,7 @@ - Test Utilities — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Test Utilities — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/combinatorics/util.html b/en/latest/modules/combinatorics/util.html index 1b48f31f8..db1fc9da6 100644 --- a/en/latest/modules/combinatorics/util.html +++ b/en/latest/modules/combinatorics/util.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/concrete.html b/en/latest/modules/concrete.html index 6414098c3..70294941e 100644 --- a/en/latest/modules/concrete.html +++ b/en/latest/modules/concrete.html @@ -4,7 +4,7 @@ - Concrete Mathematics — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Concrete Mathematics — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/config.html b/en/latest/modules/config.html index 85b4d629a..f362adf83 100644 --- a/en/latest/modules/config.html +++ b/en/latest/modules/config.html @@ -4,7 +4,7 @@ - Config — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Config — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/modules/core.html b/en/latest/modules/core.html index 584eb6ccd..32b3ec08c 100644 --- a/en/latest/modules/core.html +++ b/en/latest/modules/core.html @@ -4,7 +4,7 @@ - Core — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Core — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + @@ -3407,7 +3407,7 @@

Float0.29999999999999998890 -

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 @@

NaN0/0 or 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

  • diff --git a/en/latest/release/notes-0.11.html b/en/latest/release/notes-0.11.html index 61b0b33d2..c5fb55860 100644 --- a/en/latest/release/notes-0.11.html +++ b/en/latest/release/notes-0.11.html @@ -4,7 +4,7 @@ - Diofant 0.11 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Diofant 0.11 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.12.html b/en/latest/release/notes-0.12.html index 350394abc..e5f733edf 100644 --- a/en/latest/release/notes-0.12.html +++ b/en/latest/release/notes-0.12.html @@ -4,7 +4,7 @@ - Diofant 0.12 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Diofant 0.12 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.13.html b/en/latest/release/notes-0.13.html index 50efaae2b..9aa648550 100644 --- a/en/latest/release/notes-0.13.html +++ b/en/latest/release/notes-0.13.html @@ -4,7 +4,7 @@ - Diofant 0.13 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Diofant 0.13 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.14.html b/en/latest/release/notes-0.14.html index 3a2df88a6..43f563560 100644 --- a/en/latest/release/notes-0.14.html +++ b/en/latest/release/notes-0.14.html @@ -4,7 +4,7 @@ - Diofant 0.14 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Diofant 0.14 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.15.html b/en/latest/release/notes-0.15.html index 190917f6a..363926877 100644 --- a/en/latest/release/notes-0.15.html +++ b/en/latest/release/notes-0.15.html @@ -4,7 +4,7 @@ - Diofant 0.15 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Diofant 0.15 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.0.html b/en/latest/release/notes-0.5.0.html index 1f10139b1..1f96c4efd 100644 --- a/en/latest/release/notes-0.5.0.html +++ b/en/latest/release/notes-0.5.0.html @@ -4,7 +4,7 @@ - SymPy 0.5.0 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.0 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.1.html b/en/latest/release/notes-0.5.1.html index 7e575fc4e..46ab65b84 100644 --- a/en/latest/release/notes-0.5.1.html +++ b/en/latest/release/notes-0.5.1.html @@ -4,7 +4,7 @@ - SymPy 0.5.1 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.1 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.10.html b/en/latest/release/notes-0.5.10.html index cdd9e93db..8b4577374 100644 --- a/en/latest/release/notes-0.5.10.html +++ b/en/latest/release/notes-0.5.10.html @@ -4,7 +4,7 @@ - SymPy 0.5.10 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.10 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.11.html b/en/latest/release/notes-0.5.11.html index c0e8b2043..5167e1e82 100644 --- a/en/latest/release/notes-0.5.11.html +++ b/en/latest/release/notes-0.5.11.html @@ -4,7 +4,7 @@ - SymPy 0.5.11 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.11 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.12.html b/en/latest/release/notes-0.5.12.html index c90c31eee..60133b54c 100644 --- a/en/latest/release/notes-0.5.12.html +++ b/en/latest/release/notes-0.5.12.html @@ -4,7 +4,7 @@ - SymPy 0.5.12 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.12 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.13.html b/en/latest/release/notes-0.5.13.html index 10cefa383..948b67c2e 100644 --- a/en/latest/release/notes-0.5.13.html +++ b/en/latest/release/notes-0.5.13.html @@ -4,7 +4,7 @@ - SymPy 0.5.13 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.13 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.14.html b/en/latest/release/notes-0.5.14.html index 697ef1032..e4df50ab0 100644 --- a/en/latest/release/notes-0.5.14.html +++ b/en/latest/release/notes-0.5.14.html @@ -4,7 +4,7 @@ - SymPy 0.5.14 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.14 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.15.html b/en/latest/release/notes-0.5.15.html index c8c3f7613..d55a4e35f 100644 --- a/en/latest/release/notes-0.5.15.html +++ b/en/latest/release/notes-0.5.15.html @@ -4,7 +4,7 @@ - SymPy 0.5.15 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.15 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.2.html b/en/latest/release/notes-0.5.2.html index cbc64cffc..2667a6bcb 100644 --- a/en/latest/release/notes-0.5.2.html +++ b/en/latest/release/notes-0.5.2.html @@ -4,7 +4,7 @@ - SymPy 0.5.2 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.2 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.3.html b/en/latest/release/notes-0.5.3.html index 94b348b84..091e5920a 100644 --- a/en/latest/release/notes-0.5.3.html +++ b/en/latest/release/notes-0.5.3.html @@ -4,7 +4,7 @@ - SymPy 0.5.3 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.3 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.4.html b/en/latest/release/notes-0.5.4.html index fa8bc6b7f..087f8e3fb 100644 --- a/en/latest/release/notes-0.5.4.html +++ b/en/latest/release/notes-0.5.4.html @@ -4,7 +4,7 @@ - SymPy 0.5.4 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.4 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.5.html b/en/latest/release/notes-0.5.5.html index 2a35fc4b9..a02736de7 100644 --- a/en/latest/release/notes-0.5.5.html +++ b/en/latest/release/notes-0.5.5.html @@ -4,7 +4,7 @@ - SymPy 0.5.5 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.5 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.6.html b/en/latest/release/notes-0.5.6.html index 06a8e7f34..715d5ea21 100644 --- a/en/latest/release/notes-0.5.6.html +++ b/en/latest/release/notes-0.5.6.html @@ -4,7 +4,7 @@ - SymPy 0.5.6 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.6 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.7.html b/en/latest/release/notes-0.5.7.html index 782b8f2b0..b505d424b 100644 --- a/en/latest/release/notes-0.5.7.html +++ b/en/latest/release/notes-0.5.7.html @@ -4,7 +4,7 @@ - SymPy 0.5.7 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.7 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.8.html b/en/latest/release/notes-0.5.8.html index 08e6b1b1e..b9de7e4ee 100644 --- a/en/latest/release/notes-0.5.8.html +++ b/en/latest/release/notes-0.5.8.html @@ -4,7 +4,7 @@ - SymPy 0.5.8 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.8 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.5.9.html b/en/latest/release/notes-0.5.9.html index 1abf7381b..dbaebda19 100644 --- a/en/latest/release/notes-0.5.9.html +++ b/en/latest/release/notes-0.5.9.html @@ -4,7 +4,7 @@ - SymPy 0.5.9 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.5.9 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.6.0.html b/en/latest/release/notes-0.6.0.html index 9779c5496..543106e9b 100644 --- a/en/latest/release/notes-0.6.0.html +++ b/en/latest/release/notes-0.6.0.html @@ -4,7 +4,7 @@ - SymPy 0.6.0 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.6.0 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.6.1.html b/en/latest/release/notes-0.6.1.html index 0e61b5a76..58108d107 100644 --- a/en/latest/release/notes-0.6.1.html +++ b/en/latest/release/notes-0.6.1.html @@ -4,7 +4,7 @@ - SymPy 0.6.1 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.6.1 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.6.2.html b/en/latest/release/notes-0.6.2.html index 6236e0325..0bbe4d5aa 100644 --- a/en/latest/release/notes-0.6.2.html +++ b/en/latest/release/notes-0.6.2.html @@ -4,7 +4,7 @@ - SymPy 0.6.2 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.6.2 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.6.3.html b/en/latest/release/notes-0.6.3.html index 3d5fe2b06..52dfb55fd 100644 --- a/en/latest/release/notes-0.6.3.html +++ b/en/latest/release/notes-0.6.3.html @@ -4,7 +4,7 @@ - SymPy 0.6.3 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.6.3 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.6.4.html b/en/latest/release/notes-0.6.4.html index 7f88ed78f..361081c8f 100644 --- a/en/latest/release/notes-0.6.4.html +++ b/en/latest/release/notes-0.6.4.html @@ -4,7 +4,7 @@ - SymPy 0.6.4 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.6.4 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.6.5.html b/en/latest/release/notes-0.6.5.html index 66717f4e6..2b3906d73 100644 --- a/en/latest/release/notes-0.6.5.html +++ b/en/latest/release/notes-0.6.5.html @@ -4,7 +4,7 @@ - SymPy 0.6.5 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.6.5 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.6.6.html b/en/latest/release/notes-0.6.6.html index 071942b2f..0ff8a2a1d 100644 --- a/en/latest/release/notes-0.6.6.html +++ b/en/latest/release/notes-0.6.6.html @@ -4,7 +4,7 @@ - SymPy 0.6.6 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.6.6 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.6.7.html b/en/latest/release/notes-0.6.7.html index 40757f977..be1ff8e2a 100644 --- a/en/latest/release/notes-0.6.7.html +++ b/en/latest/release/notes-0.6.7.html @@ -4,7 +4,7 @@ - SymPy 0.6.7 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.6.7 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.7.0.html b/en/latest/release/notes-0.7.0.html index a2e06cd59..a7c0c9731 100644 --- a/en/latest/release/notes-0.7.0.html +++ b/en/latest/release/notes-0.7.0.html @@ -4,7 +4,7 @@ - SymPy 0.7.0 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.7.0 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.7.1.html b/en/latest/release/notes-0.7.1.html index 8f09f01da..dce2e7ac8 100644 --- a/en/latest/release/notes-0.7.1.html +++ b/en/latest/release/notes-0.7.1.html @@ -4,7 +4,7 @@ - SymPy 0.7.1 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.7.1 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.7.2.html b/en/latest/release/notes-0.7.2.html index b39b86a3f..c1f745722 100644 --- a/en/latest/release/notes-0.7.2.html +++ b/en/latest/release/notes-0.7.2.html @@ -4,7 +4,7 @@ - SymPy 0.7.2 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.7.2 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.7.3.html b/en/latest/release/notes-0.7.3.html index 7ff2a4359..fa1436529 100644 --- a/en/latest/release/notes-0.7.3.html +++ b/en/latest/release/notes-0.7.3.html @@ -4,7 +4,7 @@ - SymPy 0.7.3 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.7.3 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.7.4.html b/en/latest/release/notes-0.7.4.html index 5383e9362..2da85ab10 100644 --- a/en/latest/release/notes-0.7.4.html +++ b/en/latest/release/notes-0.7.4.html @@ -4,7 +4,7 @@ - SymPy 0.7.4 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.7.4 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.7.5.html b/en/latest/release/notes-0.7.5.html index 9cc9241e9..5bf6e2827 100644 --- a/en/latest/release/notes-0.7.5.html +++ b/en/latest/release/notes-0.7.5.html @@ -4,7 +4,7 @@ - SymPy 0.7.5 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.7.5 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.7.6.html b/en/latest/release/notes-0.7.6.html index ff289573b..e08d648f4 100644 --- a/en/latest/release/notes-0.7.6.html +++ b/en/latest/release/notes-0.7.6.html @@ -4,7 +4,7 @@ - SymPy 0.7.6 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy 0.7.6 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/notes-0.8.html b/en/latest/release/notes-0.8.html index 8f1d2b8ae..d3b52a920 100644 --- a/en/latest/release/notes-0.8.html +++ b/en/latest/release/notes-0.8.html @@ -4,7 +4,7 @@ - Diofant 0.8 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Diofant 0.8 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + @@ -315,7 +315,7 @@

    Issues closedsympy/sympy#6572 Remove “#doctest: +SKIP” comments on valid docstrings

  • 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

  • diff --git a/en/latest/release/notes-0.9.html b/en/latest/release/notes-0.9.html index 722921a0d..b644ea423 100644 --- a/en/latest/release/notes-0.9.html +++ b/en/latest/release/notes-0.9.html @@ -4,7 +4,7 @@ - Diofant 0.9 — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Diofant 0.9 — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/release/sympy.html b/en/latest/release/sympy.html index 870bda641..27dfeb923 100644 --- a/en/latest/release/sympy.html +++ b/en/latest/release/sympy.html @@ -4,7 +4,7 @@ - SymPy releases — Diofant 0.15.0a1.dev145+g67e71d03c documentation + SymPy releases — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/search.html b/en/latest/search.html index 1ea66d2eb..6d58f2bc0 100644 --- a/en/latest/search.html +++ b/en/latest/search.html @@ -3,7 +3,7 @@ - Search — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Search — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/sources.html b/en/latest/sources.html index 9762a0715..1242ef78e 100644 --- a/en/latest/sources.html +++ b/en/latest/sources.html @@ -4,7 +4,7 @@ - Bibliography — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Bibliography — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + diff --git a/en/latest/tutorial/basics.html b/en/latest/tutorial/basics.html index 777399d27..e4be9b9bf 100644 --- a/en/latest/tutorial/basics.html +++ b/en/latest/tutorial/basics.html @@ -4,7 +4,7 @@ - Basics — Diofant 0.15.0a1.dev145+g67e71d03c documentation + Basics — Diofant 0.15.0a1.dev151+g761b4d735 documentation @@ -18,7 +18,7 @@ - + @@ -199,7 +199,7 @@

    Substitution

    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 evalf(). By default, 15 digits of precision are used.

    >>> expr = sqrt(8)
    @@ -246,7 +246,7 @@ 

    Numerics

    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
     >>> expr.subs({x: 0.1})
    diff --git a/en/latest/tutorial/calculus.html b/en/latest/tutorial/calculus.html
    index 2995eb8c5..2e8373dfb 100644
    --- a/en/latest/tutorial/calculus.html
    +++ b/en/latest/tutorial/calculus.html
    @@ -4,7 +4,7 @@
       
     
       
    -  Calculus — Diofant 0.15.0a1.dev145+g67e71d03c documentation
    +  Calculus — Diofant 0.15.0a1.dev151+g761b4d735 documentation
           
           
           
    @@ -18,7 +18,7 @@
       
             
             
    -        
    +        
             
             
             
    diff --git a/en/latest/tutorial/gotchas.html b/en/latest/tutorial/gotchas.html
    index 294d244ec..eb10a676c 100644
    --- a/en/latest/tutorial/gotchas.html
    +++ b/en/latest/tutorial/gotchas.html
    @@ -4,7 +4,7 @@
       
     
       
    -  Gotchas — Diofant 0.15.0a1.dev145+g67e71d03c documentation
    +  Gotchas — Diofant 0.15.0a1.dev151+g761b4d735 documentation
           
           
           
    @@ -18,7 +18,7 @@
       
             
             
    -        
    +        
             
             
             
    diff --git a/en/latest/tutorial/index.html b/en/latest/tutorial/index.html
    index 6fea62178..c47efbe07 100644
    --- a/en/latest/tutorial/index.html
    +++ b/en/latest/tutorial/index.html
    @@ -4,7 +4,7 @@
       
     
       
    -  Tutorial — Diofant 0.15.0a1.dev145+g67e71d03c documentation
    +  Tutorial — Diofant 0.15.0a1.dev151+g761b4d735 documentation
           
           
           
    @@ -18,7 +18,7 @@
       
             
             
    -        
    +        
             
             
             
    diff --git a/en/latest/tutorial/intro.html b/en/latest/tutorial/intro.html
    index d2e1665ed..0873d4781 100644
    --- a/en/latest/tutorial/intro.html
    +++ b/en/latest/tutorial/intro.html
    @@ -4,7 +4,7 @@
       
     
       
    -  Introduction — Diofant 0.15.0a1.dev145+g67e71d03c documentation
    +  Introduction — Diofant 0.15.0a1.dev151+g761b4d735 documentation
           
           
           
    @@ -18,7 +18,7 @@
       
             
             
    -        
    +        
             
             
             
    diff --git a/en/latest/tutorial/manipulation.html b/en/latest/tutorial/manipulation.html
    index c439a519d..ac052b64b 100644
    --- a/en/latest/tutorial/manipulation.html
    +++ b/en/latest/tutorial/manipulation.html
    @@ -4,7 +4,7 @@
       
     
       
    -  Expression Trees — Diofant 0.15.0a1.dev145+g67e71d03c documentation
    +  Expression Trees — Diofant 0.15.0a1.dev151+g761b4d735 documentation
           
           
           
    @@ -18,7 +18,7 @@
       
             
             
    -        
    +        
             
             
         
    diff --git a/en/latest/tutorial/matrices.html b/en/latest/tutorial/matrices.html
    index 25fcb613c..2cd55aa67 100644
    --- a/en/latest/tutorial/matrices.html
    +++ b/en/latest/tutorial/matrices.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/tutorial/polys.html b/en/latest/tutorial/polys.html
    index 446452409..34a5cda4d 100644
    --- a/en/latest/tutorial/polys.html
    +++ b/en/latest/tutorial/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/tutorial/printing.html b/en/latest/tutorial/printing.html
    index 242bd66b8..7581550ea 100644
    --- a/en/latest/tutorial/printing.html
    +++ b/en/latest/tutorial/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/tutorial/simplification.html b/en/latest/tutorial/simplification.html
    index f5f558c78..44f05df6a 100644
    --- a/en/latest/tutorial/simplification.html
    +++ b/en/latest/tutorial/simplification.html
    @@ -4,7 +4,7 @@
       
     
       
    -  Simplification — Diofant 0.15.0a1.dev145+g67e71d03c documentation
    +  Simplification — Diofant 0.15.0a1.dev151+g761b4d735 documentation
           
           
           
    @@ -18,7 +18,7 @@
       
             
             
    -        
    +        
             
             
             
    diff --git a/en/latest/tutorial/solvers.html b/en/latest/tutorial/solvers.html
    index 6274d428e..3ebb45daf 100644
    --- a/en/latest/tutorial/solvers.html
    +++ b/en/latest/tutorial/solvers.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 @@
       
             
             
    -        
    +