Round a number to a certain amount of digits after the decimal space. The fractional part is padded with zeros if necessary so that it has the specified length.

Input Ports
Number [ numerical ]
The number to be rounded.
Output Ports
Number [ number ]
The rounded number.
Settings
Decimals
The number of digits to appear after the decimal point.