Vocabularymath.
functionsInputsOutputsWord descriptionOutputs the whole number closest to
x, rounding out at half.
NotesThe result is not necessarily an integer.
ExamplesUSING: math.functions prettyprint ;
4.5 round .
5.0
USING: math.functions prettyprint ;
4.4 round .
4.0
DefinitionMethods