divRoundEven

Does an integer division, rounding towards the nearest integer. Rounds to the even one if both integers are equal near.

T
divRoundEven
(
T
)
(
T a
,
T b
)

Parameters

a T

number to divide

b T

number to divide by

Return Value

Type: T

number divided according to given description

Meta