←
MatrixForm
→
OutputForm
/
Reference of Built-in Symbols
/
Forms of Input and Output
/
Form Functions
/
NumberForm
/
NumberForm
WMA link
NumberForm
[
expr
,
n
]
prints a real number
expr
with
n
-digits of precision.
NumberForm
[
expr
, {
n
,
f
}]
prints with
n
-digits and
f
digits to the right of the decimal point.
NumberForm[N[Pi], 10]
NumberForm[N[Pi], {10, 6}]
NumberForm[N[Pi]]
←
MatrixForm
→
OutputForm