-
https://github.com/sympy/sympy/pull/25663 also broke the following code:
```python
> from sympy import FF, Integer
> K = FF(11)
> a = K(3)
> a == 3
True
> a == -8
True
# Currently (fl…
J08nY updated
4 months ago
-
It would be useful to implement signed types i2 .. i127
-
Question arised here,
http://groups.google.com/group/sage-devel/browse_thread/thread/0f5b029970e1a4e2/fcec7d0e35474fbd#fcec7d0e35474fbd
univariate gcd is performed using euclidean algorithm, which…
-
Any chance the next version will correctly graph horizontal, vertical asymptotes and discontinuities?
-
-
Since Sage 9.2, the [spkg section of the Sage reference manual](https://doc.sagemath.org/html/en/reference/spkg/) is automatically generated from the information in the [SAGE_ROOT/build/pkgs/](htt…
-
# In Progress
This issue will capture my thoughts on the different topics that an introduction to FRAME and Substrate.
I have explicitly not chosen to look at the existing content, and work from…
-
While I was writing some of the python examples, I realized that there is some inconsistency between the number of arguments and the `sizes` parameter between segment and herd. I haven't fully explore…
-
![image](https://cloud.githubusercontent.com/assets/9867874/25952988/12c21e36-3630-11e7-803c-41ddca609c27.png)
I am getting this error on load, is there something I have done wrong? It doesn't happe…
-
For example:
```julia
julia> typemax(DateTime) + Year(146138512)
292277024-12-31T23:59:59
julia> typemax(DateTime) + Year(146138513)
-292277024-09-29T09:34:07.384
julia> typemin(DateTime) …