Number Formats
Should Soulver interpret . as a decimal point or a thousand separator?
By default, Soulver uses the settings from your devices's Language & Region system settings.

Choose your number format settings
You can also select a different number format in Soulver's Calculator > Number Formatting settings

North America
,
.
Western Europe
.
,
Eastern Europe
(space character)
,
Automatically inserting thousand separators when typing
Tick Format numbers with thousand separators in the Editing settings pane,
10000 will be automatically formatted as 10,000 (in North America, for example)

Converting numbers from foreign formats when pasting
Tick Convert foreign numbers when pasting to automatically convert numbers in foreign formats to your chosen number format when pasted into your sheet.
Using underscore as thousands separator
You may use an underscore character to separate numbers.
This is commonly supported in programming languages, so you can easily copy and paste numbers between Soulver and your code
1_000_000 + 2_000 | 1,002,000
0b_1100_0001 to decimal | 193
0xCAFE_F00D to decimal | 3.406G
Last updated
Was this helpful?