As Khashishi said, it is something like: dy = y'(x) dx, where dx, dy are absolute deviations. Relative deviations are dx/x, dy/y:
dy/y(x) = y'(x)/y(x) * x * dx/x
Here x,y,y(x),y'(x) should be computed for x=reference value of x (the one supposedly without errors).
If you take errors dx, dy to...