Skip to main content
Version: 2.13

Round

Rounds a number to the nearest integer.

Description​

Returns the nearest integer to the given number. For example: Round(1.1) returns 1.

Inputs​

  • a (Number): The number to round up.

Outputs​

  • round(a) (Number): The nearest integer to a.