diff options
Diffstat (limited to 'Doc/lib/libdecimal.tex')
-rw-r--r-- | Doc/lib/libdecimal.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index 97ad14e..ceb5817 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -1180,7 +1180,7 @@ have the same value at various precisions. Is there a way to transform them to a single recognizable canonical value? A. The \method{normalize()} method maps all equivalent values to a single -representive: +representative: \begin{verbatim} >>> values = map(Decimal, '200 200.000 2E2 .02E+4'.split()) |