We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This works except that it also generates some garbage (unprocessed XML) at the end.
> library(Ryacas) > d <- Sym("d") > S <- (281*d^6)/128+((-65)*d^5)/32+(29*d^4)/16+((-3)*d^3)/2+d^2 > PrettyForm(S) 6 5 4 3 281 * d 65 * d 29 * d 3 * d 2 -------- - ------- + ------- - ------ + d 128 32 16 2 <OMOBJ> <OMS cd="logic1" name="true"/> </OMOBJ>
The text was updated successfully, but these errors were encountered:
Merge pull request #6 from grzegorzmazur/fix-#5
75f277b
recognize unix and windows eol when looking for OM part of the result
Successfully merging a pull request may close this issue.
This works except that it also generates some garbage (unprocessed XML) at the end.
The text was updated successfully, but these errors were encountered: