diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manuel.tex | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/manuel.tex b/doc/manuel.tex index d1522f0..9a0d765 100644 --- a/doc/manuel.tex +++ b/doc/manuel.tex @@ -70,5 +70,12 @@ Le parseur de ligne étant totalement flexible, il est possible de mélanger toute . 388 -> -\end{verbatim}
\ No newline at end of file +> (R = 2*P^2 - 2*x)(36) * x^2 - 10; + + . 1389891136x^2 - 10 + +> R; + + . 2x^8 - 4x^7 + 74x^6 - 80x^5 + 632x^4 - 120x^3 - 424x^2 + 46x + 72 + +\end{verbatim} |