-
Analysis passes for examples 1 and 2 however I am getting the following error in OS X for the `leak_unsafe` contract as well as a contract I want to test - is this a misconfiguration on my end?
Comm…
-
```
from sympy import symbols,sympify,groebner
from sympy.solvers.polysys import solve_poly_system
s=symbols("s")
c=symbols("c")
eqns=[c**2 + s**2 - 1, -1.98079646822393*c - 0.887785747630113*s -…
-
When developing the ASC-FDL initially I was a proponent of using microns as a unit but then in practice (user testing) people had a lot of problems mentally manipulating such large values (e.g. 35000 …
-
Relatively often on sage-support, users run into a problem since they mix symbolics and polynomials. Typically, they do
```
sage: z = var('z')
sage: P = QQ[z]
```
and expect that `z` is the generat…
-
`F.to_rat F.inf` throws a signal FPE (floating point exception).
Can Mpqf represent infinite numbers? Nothing is written in its documentation.
This is problematic in the function `var_bounds` if t…
-
When adding or subtracting a dense matrix and a sparse matrix, the resulting matrix is sparse in some cases.
```
sage: a = matrix.random(ZZ, 3, sparse=False)
sage: b = matrix.random(ZZ, 3, sparse=T…
-
I'm currently writing a basic calculator with this library and I noticed at the moment there is no .pow() or .root() style functions for fractions.
Also when performing square roots should they sim…
-
Sometimes one can use a fast numerical LP solver to solve a problem to "optimality",
then reconstruct the primal and dual solution in rational arithmetic (or over whatever base_ring was used...) an…
-
I made these simple tests for `impl Display` that fail:
```
#[test]
fn display_one_nau() {
assert_ne!(NeptuneCoins::one().to_string(), "0");
}
#[test]
fn displa…
-
It appears that some `Base` functions extended to `::Quaternion` arguments contribute their own docstrings that are near-verbatim repeats of the existing versions from `Base`. They don't provide any n…