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