Calculates the closest integer that is smaller than number.
int(number) → returns numeric
int(number)
→ returns numeric
int(1.8)
Expected Result: 1