I retrieve some data from a database but the number has a lot of digits and I want to round it. The thing is I do not want the whole number to be rounded. Example : I draw number 4.1010359882326385E10 which is of type long. I want to round it to 4.10103598823264.
That is to round the number after the 15th digit.
Any way I can do this?