Most sites give me same answer, which is Math.round() but J2ME does not have same function. I want a more specific one. I'm really having trouble on this.
Example, I have this value:
double x = 5.449681394262832E-6;
I want it to become: 5.45; with no exponents and only two decimal places..Please don't give me answers for Java, I need more specific for J2ME.