[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Limited Range?



Also note that:
abs() is faster than math.fabs()
but:
math.floor() faster than int()
Ian