Get the whole number that is the nearest to x, or the even one if x is exactly half way between two integers. @param x number from which nearest whole number is requested @return a double number r such that r is an integer r - 0.5 <= x <= r + 0.5
(double x)
source not stored for this graph (policy: none)