Mercerenies / fifi-calculator

1 stars 0 forks source link

Thousands separator #114

Open Mercerenies opened 1 month ago

Mercerenies commented 1 month ago

Probably use a , in radix 10 or underscore in other radices. We will have an option to turn this on (it will be off by default, to avoid confusion with function arguments).

Currently, I am only considering this as an output option. This issue does NOT propose any changes to the parser or input mechanisms.

Mercerenies commented 1 month ago

Side note: In Radix 10, we should group three digits together. In other radices, we should group 4 digits together, since that's more consistent with how we usually work with binary and hex values.