Fix numbers Engineering notation #400
This commit is contained in:
@@ -159,7 +159,7 @@ CM.Disp.Beautify = function(num, frac) {
|
||||
}
|
||||
}
|
||||
else if (CM.Config.Scale == 4) {
|
||||
if (um >= 999999) {
|
||||
if (num >= 999999) {
|
||||
var count = 0;
|
||||
while (num >= 1000) {
|
||||
count++;
|
||||
|
||||
Reference in New Issue
Block a user