c++ precision for only decimals code example Example: set precision with fixed c++ int x = 109887; cout << fixed << setprecision(3) << x;