-
The composition of two power series is sometimes returned with the wrong precision. A trivial example:
```
sage: pow. = PowerSeriesRing(Rationals()); print (1 + O(u^4))(u)
1
```
where the return va…
-
**Note:** The patch has changed since this description was written. Instead of redefining `Rational.is_prime()`, it now changes only the global `is_prime()` *function*. See the discussion below.
--…
-
This is triggered when hitting the EXIF API for some scans. I have a hunch it could be with the way Rationals are presented from Decimals but there's not much to go on here
**Describe the bug**
``…
-
Full traceback is:
```
____________ sympy/printing/tests/test_aesaracode.py:test_Rationals ____________
Traceback (most recent call last):
File "/home/runner/work/sympy/sympy/sympy/testing/runte…
-
https://farm.openzim.org/pipeline/6f9f5c43643dfbf52d7c5046
Too me we should have a error if no zim is created.
-
# 💡 Summary #
This issue captures the high-level tasks required to convert the existing SHAREPOINT ONLINE Secure Configuration Baseline document to a new structure based on the existing markdown fo…
-
@wdecker
```
julia> R,(x1,x2) = polynomial_ring(QQ,2);
julia> I = ideal(R,0*x1)
ideal(0)
julia> absolute_primary_decomposition(I)
ERROR: Polynomial must be irreducible
```
-
We are using MinimumVolumeBox3 around shapes with high symmetry centred near the origin. We find that sometimes the box returned does not include all of volume needed to include the points. Sometimes …
-
`Rational` seems to be already a dependency in `Decimal` package, so in our projects, we should not need to explicitly put rational in our pubspec.yaml
However in our project, importing decimal is no…
-
It claims to take a list of triples `(i, j, entry in row i and column j)`, but it actually takes a dictionary `(i, j): entry in row i and column j`.
I have fixed the error where it appears (integer…