JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
269 stars 61 forks source link

Simplification page in the documentation has format problems #448

Closed runjaj closed 2 years ago

runjaj commented 2 years ago

Hello,

the page about Simplification in the documentation has format problems from the Powers section to the end.

I think that the problem is the code example after the sentence: "However, the recommended way is to use @syms for symbol construction with assumptions:".

I think that this problem appeared in version 1.0.44. Version 1.0.43 seems to be right, but without the new information.

Javier

jverzani commented 2 years ago

Thanks! Let me look.

jverzani commented 2 years ago

Closed by #449