[TIB] round


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

[TIB] round




How do I do to round() to the nearest 25?

As in:

Input : 12
Output: 0

Input : 30
Output: 25

Input : 117
Output: 125

Input : 380
Output: 375

Input : 711
Output: 700

Input : 989
Output: 1000

/jonas