In this example is the same but int() and floor() are quite different. For example:
floor(-10.7) = -11
int(-10.7) = -10
Sure, i'm not saying that they are the same, but if op use them for displaying score, that is frequently greater than 0, he can choose between them.