round

Type: External

Group: general

Syntax

answer = round(value)

Description

Rounds a value to the nearest integer.

Examples

round(2.2) = 2 round(5.5) = 6

See Also

ceil, floor