Decimal ROUND_HALF_EVEN Default
LordLaraby
Lord.Laraby at gmail.com
Mon Jan 16 20:47:46 EST 2006
More information about the Python-list mailing list
Mon Jan 16 20:47:46 EST 2006
- Previous message (by thread): Decimal ROUND_HALF_EVEN Default
- Next message (by thread): Decimal ROUND_HALF_EVEN Default
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If 'bankers rounding' is HALF_ROUND_EVEN, what is HALF_ROUND_UP? I confess to never having heard the terms. I usually do: Y = int(X + 0.5) scaled to proper # of decimal places. Which type of rounding is this? If either.
- Previous message (by thread): Decimal ROUND_HALF_EVEN Default
- Next message (by thread): Decimal ROUND_HALF_EVEN Default
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list