I am stuck up with this problem.
I get double values in some variables which are as follows:
a = 0.76271469999999997000
b = 0.66698279999999999000
c = 0.34262199999999998000
I need to round these to
rounded_a = 0.762714700000000
rounded_b = 0.666982800000000
rounded_c = 0.342622000000000
How should I go about doing this?