calcutext
calcutext copied to clipboard
Add support for underscores in numbers for improved readability
I would like to be able to include ignored underscores in my numbers.
This is a feature in rust, and is used to increase readability when dealing with a larger number of digits.
Examples:
100_000 => 100000
0.000_001 => 0.000001
3_456_222 => 3456222