]> granicus.if.org Git - python/commit
Make math.floor and math.ceil return ints instead of floats.
authorJeffrey Yasskin <jyasskin@gmail.com>
Sat, 5 Jan 2008 20:03:11 +0000 (20:03 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Sat, 5 Jan 2008 20:03:11 +0000 (20:03 +0000)
commitc2155835b49261c7f755774a16d6576c904395ec
treedae59f83cbe0884f608698e4205ab86245478367
parentd348b2587e01f76a30c07bfa248653bb6b60142f
Make math.floor and math.ceil return ints instead of floats.
Lib/test/test_math.py
Modules/mathmodule.c