round down to nearest number
Terry Reedy
tjreedy at udel.edu
Thu Feb 9 22:29:05 EST 2012
More information about the Python-list mailing list
Thu Feb 9 22:29:05 EST 2012
- Previous message (by thread): round down to nearest number
- Next message (by thread): round down to nearest number
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2/9/2012 8:23 PM, noydb wrote: > So how would you round UP always? Say the number is 3219, so you want >>> (3333//100+1)*100 3400 -- Terry Jan Reedy
- Previous message (by thread): round down to nearest number
- Next message (by thread): round down to nearest number
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list