even
Round up to the nearest even integer.
Syntax
Section titled “Syntax”v = even(number)Description
Section titled “Description”Rounds number up (away from zero) to the next even integer.
Examples
Section titled “Examples”even(1.5) % 2even(3) % 4even(-1) % -2