Hello, dear.
Tell me, how can one get rid of the exponent in Java when the number is output somewhere?
Let's say we have:
public static float testFloat2 = 0.0000000006F; Through GSON, I serialize this business, I get at the output:
"testFloat2": 6.0E-10 What can be done to display this:
"testFloat2": 0.0000000006