/ Published in: Java
Use this small snippet to change doubles from 123.1234567890 to whatever you wish
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import java.text.*; double test = 1337.09879475398758784;