Rounds the given number to the nearest whole number (integer).
Numbers that end in .5 (which are halfway between two whole numbers) are rounded towards the nearest even number, sometimes known as banker's rounding.
Rounds the number to the given number of decimal places (digits after the decimal point).
Rounds the number to the given number of significant figures (digits at the beginning of the number).
Makes a number positive by discarding the minus sign.