Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'public/29171' of git://trac.sagemath.org/sage into publ…
Browse files Browse the repository at this point in the history
…ic/29171
  • Loading branch information
Frederic HAN committed Aug 14, 2020
2 parents 0ad89d8 + 17bc2e4 commit 7d25a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/giac/giac.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ cdef class Pygen:
\end{array}\right)
sage: gM = libgiac(M)
sage: latex(gM)
\left(\begin{array}{cc}1&2\\3&4\end{array}\right)
\left...\begin{array}{cc}...1...&...2...\\...3...&...4...\end{array}\right...
sage: gf = libgiac('(x^4 - y)/(y^2-3*x)')
sage: latex(gf) # output changed slightly from 1.5.0-63 to 1.5.0-87
\frac{...x^{4}...-...y...}{...y^{2}-3...x...}
Expand Down

0 comments on commit 7d25a4b

Please sign in to comment.