Message80693
I think it's fine if it returns an int iff the first arg is an int. In
other languages this would be overloaded as follows:
round(int)int
round(float)float
round(int, int)int
round(float, int)float |
|
Date |
User |
Action |
Args |
2009-01-28 03:39:29 | gvanrossum | set | recipients:
+ gvanrossum, loewis, rhettinger, mark.dickinson, orsenthil, giampaolo.rodola, ajaksu2, jyasskin, dingo |
2009-01-28 03:39:29 | gvanrossum | set | messageid: <1233113969.24.0.0366088752743.issue4707@psf.upfronthosting.co.za> |
2009-01-28 03:39:26 | gvanrossum | link | issue4707 messages |
2009-01-28 03:39:26 | gvanrossum | create | |
|