round(decimal)rounded
Type:
For any units u(Number{u}) -> Number{u}
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.