The round function#

Aliases#

halerium.core.round
halerium.core.math.round
round(operand)#

Round to the nearest integer.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Round