summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdecimal.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix two small errors in argument lists.Georg Brandl2006-05-101-3/+3
| | | | (backport from rev. 45957)
* Correct misspellings.Georg Brandl2006-01-231-1/+1
|
* Add FAQ entry regarding non-expoential representation.Raymond Hettinger2005-09-111-2/+11
|
* backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-221-1/+1
|
* More info on rounding modes. Add sections for floating point notes.Raymond Hettinger2005-07-011-7/+12
|
* Fix nits.Raymond Hettinger2005-06-151-2/+3
|
* Backport 1.26 Decimal FAQ.Raymond Hettinger2005-06-121-2/+155
|
* Fix typo.Raymond Hettinger2004-11-251-1/+1
|
* Make sure the money formatting recipe can doesn't run out of digitsRaymond Hettinger2004-11-251-8/+14
| | | | to the right of the decimal point.
* SF bug #1071566: moneyfmt recipe in decimal documentation has errorRaymond Hettinger2004-11-241-1/+3
|
* Fixed quantize syntax.Facundo Batista2004-11-201-1/+1
|
* SF bug 1060644. Better explanation of min() and max() methods. Thanks ↵Facundo Batista2004-11-121-4/+8
| | | | Raymond Hettinger and Tim Peters.
* Fixed minor typo in interactive example (extra blank line)Edward Loper2004-09-281-1/+0
|
* Small wording fixups.Raymond Hettinger2004-08-261-5/+5
|
* Typo fixAndrew M. Kuchling2004-08-161-1/+1
|
* Fix punctuation typo.Raymond Hettinger2004-08-151-1/+1
|
* Add a notes section to the docs:Raymond Hettinger2004-08-151-1/+97
| | | | | | * Discuss representation error versus loss of significance. * Document special values including qNaN, sNaN, +0, -0. * Show the suprising display of non-normalized zero values.
* Improve examples for working with the context API.Raymond Hettinger2004-07-141-6/+6
|
* Small elaboration and typo fixes.Raymond Hettinger2004-07-121-5/+19
|
* Minor improvements, fixups and wording changes everywhere.Raymond Hettinger2004-07-111-163/+169
|
* Improve Context construction and representation:Raymond Hettinger2004-07-101-15/+15
| | | | | | | | | | | | | * Rename "trap_enablers" to just "traps". * Simplify names of "settraps" and "setflags" to just "traps" and "flags". * Show "capitals" in the context representation * Simplify the Context constructor to match its repr form so that only the set flags and traps need to be listed. * Representation can now be run through eval(). Improve the error message when the Decimal constructor is given a float. The test suite no longer needs a duplicate reset_flags method.
* Module and tests:Raymond Hettinger2004-07-091-47/+7
| | | | | | | | | | | | * Map conditions to related signals. * Make contexts unhashable. * Eliminate used "default" attribute in exception definitions. * Eliminate the _filterfunc in favor of a straight list. Docs: * Eliminate documented references to conditions that are not signals. * Eliminate parenthetical notes such as "1/0 --> Inf" which are no longer true with the new defaults.
* Incorporate Facundo's suggestions.Raymond Hettinger2004-07-091-6/+11
|
* Fix markup, typos, and nits.Raymond Hettinger2004-07-081-56/+68
|
* Demonstrate how to round final result.Raymond Hettinger2004-07-061-17/+17
|
* Expand examples to show polymorphismRaymond Hettinger2004-07-051-2/+14
|
* Simplify examples.Raymond Hettinger2004-07-051-5/+2
|
* Doc tested the recipes.Raymond Hettinger2004-07-051-5/+10
|
* Fix typoRaymond Hettinger2004-07-051-1/+1
|
* * Added missing info on construction from a tuple.Raymond Hettinger2004-07-051-16/+136
| | | | * Added a recipe section.
* Add decimal docs to the core.Raymond Hettinger2004-07-051-0/+882