Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac257d commit 7c7d1f8Copy full SHA for 7c7d1f8
Doc/tut/tut.tex
@@ -426,7 +426,7 @@ \subsection{Numbers \label{numbers}}
426
427
\begin{verbatim}
428
>>> 4 * 2.5 / 3.3
429
-3.0303030303
+3.0303030303030303
430
>>> 7.0 / 2
431
3.5
432
\end{verbatim}
@@ -476,7 +476,7 @@ \subsection{Numbers \label{numbers}}
476
>>> a.real
477
1.5
478
>>> abs(a)
479
-1.58113883008
+1.5811388300841898
480
481
482
In interactive mode, the last printed expression is assigned to the
0 commit comments