even |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Mathematical and trigonometrical functions -> even |
![]() ![]() ![]() ![]() |
The function even (num) returns the next higher even whole-numbered value. Negative values are rounded from 0 away.
Syntax: =even(num)
|
=even(2.2) is 4 =even(-2,2) is -4 |