PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Output Formats for Numbers
Tutorials »
|
NumberPadding
NumberForm
See Also »
SignPadding
SignPadding
is an option for
NumberForm
and related functions which specifies whether padding should be inserted after signs.
MORE INFORMATION
SignPadding->
True
specifies that any padding that is needed should be inserted between the sign and the digits in a number.
SignPadding->
False
specifies that the padding should be inserted before the sign.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
The default pads before signs:
In[1]:=
Out[1]//NumberForm=
Pad between signs and numbers instead:
In[1]:=
Out[1]//NumberForm=
SEE ALSO
NumberPadding
NumberForm
TUTORIALS
Output Formats for Numbers
New in 2
© 2008 Wolfram Research, Inc.