Hi, while finishing d.zoom, I'am facing this problem: WIND: proj: 99 zone: 0 north: 5119112.5 south: 5119112.4 east: 1711752.3 west: 1711752.2 cols: 1 rows: 1 e-w resol: 0.1 n-s resol: 0.1 G_get_window(&window); fprintf(stderr, "%.15f\n", window.ns_res); prints: 0.099999999627471 I expected 0.1. Can anyone help me, explain that? Radim