I think you refer to the display precision of the model/solution printer, which is by default 3. (docplex does not round any value except the integer values, which can be controlled)
You can change the printing precision with
mdl = Model(float_precision = n)
------------------------------
Vincent Beraudier
------------------------------