Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 259 Bytes

Round.float.md

File metadata and controls

22 lines (11 loc) · 259 Bytes

Round(float)

Returns num rounded to the nearest integer.

float round(float num)

Parameters

num

Type: float

Returns

float

num rounded to the nearest integer.