issues
search
81 results
for prime-factorizations
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
sagemath/sage
#3927
Several enhancements and bug fixes for Factorization class
This works: ``` sage: factor(10)*factor(15)^(-1) 2 * 3^-1 ``` and so does this: ``` sage: factor(10/15) 2 * 3^-1 ``` but not this: ``` sage: factor(10)/factor(15) ------…
JohnCremona
updated
16 years ago
7
上一页
1
...
3
4
5
6
7
8
9
...
9
下一页