NumberPadding
Usage
• NumberPadding is an option for NumberForm and related functions which gives strings to use as padding on the left- and right-hand sides of numbers.
Notes
• NumberPadding -> {"sleft", "sright"} specifies strings to use for padding on the left and right. • In NumberForm, the default setting is NumberPadding -> {"", ""}. • In PaddedForm, the default setting is NumberPadding -> {" ", "0"}. • The strings specified as padding are inserted in place of digits. • New in Version 2.
|