I saw all the examples saying to use fixed
, precision
, etc but all those are when people wanted to print the value.
What I am trying to do is convert my double value from number to string and I don't need the scientific notations.
My numbers example : 6.61914e+6
So how can it be done in a simple way, when most of my number are not very long.