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 2864b80 commit 8df4e6bCopy full SHA for 8df4e6b
1 file changed
Doc/lib/libdecimal.tex
@@ -371,7 +371,7 @@ \subsection{Decimal objects \label{decimal-decimal}}
371
\constant{Decimal("0e0")}. Used for producing canonical values for members
372
of an equivalence class. For example, \code{Decimal("32.100")} and
373
\code{Decimal("0.321000e+2")} both normalize to the equivalent value
374
- \code{Decimal("32.1")},
+ \code{Decimal("32.1")}.
375
\end{methoddesc}
376
377
\begin{methoddesc}{quantize}
0 commit comments