round() -- Rounds a floatSyntax : float round ( float val [, int precision])Returns the rounded value of val to specified precision (number of digits after the decimal point). precision can also be negative or zero (default).
Post a Comment
Post a Comment