Round each element of the float array Z away from zero (e.g. 2.3 → 3, -2.3 → -3, 0.5 → 1, -0.5 → -1).
Z
solve(...)