True engineering number formatting
This commit is contained in:
@@ -6599,7 +6599,7 @@ public final class Real {
|
||||
width -= prefix;
|
||||
ftoaExp.setLength(0);
|
||||
if (useExp) {
|
||||
ftoaExp.append('e');
|
||||
ftoaExp.append('E');
|
||||
ftoaExp.append(tmp4.exponent - pointPos);
|
||||
width -= ftoaExp.length();
|
||||
}
|
||||
|
Reference in New Issue
Block a user