/ Published in: Java
Use this small snippet to change doubles from 123.1234567890 to whatever you wish
Expand |
Embed | Plain Text
import java.text.*; double test = 1337.09879475398758784;
You need to login to post a comment.
Use this small snippet to change doubles from 123.1234567890 to whatever you wish
import java.text.*; double test = 1337.09879475398758784;
You need to login to post a comment.