Round

From Kolmafia
Revision as of 00:28, 13 March 2010 by imported>StDoodle
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

int round(float number )

  • number is the number to round

Rounds number to the nearest whole number, and returns the result.