Luts91 / Luts91.github.io

14 stars 66 forks source link

Idle Dice - Large exponents with engineering notation #9

Open AlfonZ42 opened 5 years ago

AlfonZ42 commented 5 years ago

When Engineering notation is enabled in version 1.3.33, numbers with large exponents now look kinda weird (from statistics window, but visible on main screen as well):

Avg. Offline Gain per Second:   2.33e13.62e3
Total Score:    14.25e31.85e3
Current Prestige Score:     24.87e13.61e3
Total Prestige Multiplier:  16.01e4.46e3
Dice 1 Multi:   1.2e10.14e3
Dice 2 Multi:   3.92e10.08e3
Dice 3 Multi:   1.23e9.94e3
Dice 4 Multi:   205.24e9.89e3
Dice 5 Multi:   370.26e9.79e3

Maybe Engineering notation setting should be ignored for the exponents (and SI-style suffixes used as well; from statistics window without eng.notation):

Avg. Offline Gain per Second:   2.35e13.62k
Total Score:    14.25e31.85k
Current Prestige Score:     24.87e13.61k
Total Prestige Multiplier:  16.01e4.46k
Dice 1 Multi:   1.2e10.14k
Dice 2 Multi:   3.94e10.08k
Dice 3 Multi:   1.24e9.94k
Dice 4 Multi:   47.27e9.89k
Dice 5 Multi:   371.9e9.79k
AlfonZ42 commented 5 years ago

Partially mitigated in v1.3.36 (which added a separate Shorten magnitude setting).

However, with both Engineering notation and Shorten magnitude settings on, the issue is still visible.