NumberSeparator
is an option for NumberForm and related functions that gives the string to insert at breaks between digits.
Details

- NumberSeparator->"s" specifies that the string s should be inserted at every break between digits specified by DigitBlock.
- NumberSeparator->{"sleft","sright"} specifies different strings to be used on the left and right of the decimal point.
- The default setting is NumberSeparator->{","," "}.
- NumberSeparator can also be used to specify the strings to assume for breaks between digits with Interpreter["Number",…].
Examples
open allclose allSee Also
Tutorials
Related Guides
Introduced in 1988
(1.0)
| Updated in 2014 (10.0)