Soulver 3 for Mac, iPad & iPhone
  • Frequently asked questions
  • Changelog
  • Request a new feature
  • What's new in Soulver 3?
  • Features
    • Getting Started
    • Totals & Subtotals
    • Line References
    • Variables
    • Formatting
      • Number Formats
      • Text Stying
      • Answer Formatting
    • Sheets & Files
      • Sheets
      • Sheetbooks
      • Soulver Files (.slvr)
    • Live Data
      • Weather
      • Stock Prices
      • Wolfram|Alpha (knowledge assistant)
    • Exporting
      • PDF & Printing
      • Soulver Studio
    • Integrations
      • Alfred & Raycast
      • macOS Services
      • URL Schemes
      • Terminal (CLI)
    • Tips & Tricks
      • Mac
      • iPad & iPhone
  • Syntax Reference
    • General
      • Operators
      • Rounding
      • Averages & Median
      • Logarithms & Roots
      • Trigonometry & Constants
      • Conditionals
      • Miscellaneous
    • Percentages
    • Units & Conversions
      • Converting Units
      • Currencies
      • Rates
      • Cooking Calculations
      • Unit Reference
      • Currency Reference
    • Dates
      • Calendar Calculations
      • Workdays & Weekdays
      • Timestamps & ISO8601
    • Time
      • Time Zone Conversions
      • Time Formats
      • Clock Time Calculations
      • Video Timecode & Frame Rates
    • Money & Finance
      • Compound Interest & Investments
      • Mortgage/Loan Repayments
  • Bases & Bitwise
  • Headings & Comments
  • Large Number Symbols
  • 🧪Experimental
    • Soulver X Series on GitHub
Powered by GitBook
On this page
  • Choose your number format settings
  • Automatically inserting thousand separators when typing
  • Converting numbers from foreign formats when pasting
  • Using underscore as thousands separator

Was this helpful?

  1. Features
  2. Formatting

Number Formats

Should Soulver interpret . as a decimal point or a thousand separator?

Last updated 1 month ago

Was this helpful?

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

Format
Thousand separator
Decimal Point

North America

,

.

Western Europe

.

,

Eastern Europe

(space character)

,

Either . or , may be used as the decimal point in the Eastern Europe region

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.

Sheets using foreign number formats will be automatically converted into your chosen number format when opened.

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

macOS System Settings inform Soulver of the number format to use based on your region
Select one of three standard regions in addition to the system region
Soulver can automatically insert thousands separators into your numbers as you type