Round a number
Enter the number and how many decimal places you want: get the rounded value.
What it's for
To round a number to a given number of decimals: 2 for euros, 0 for an integer, etc.
How it works
It rounds to the nearest decimal using the standard rule (0.5 rounds up).