|
AccountingForm
AccountingForm[expr] prints with all numbers in expr given in standard accounting notation.
AccountingForm[expr, n] prints with numbers given to n-digit precision.
AccountingForm never uses scientific notation.
AccountingForm uses parentheses to indicate negative numbers.
AccountingForm takes the same options as NumberForm, but uses a different default function for ExponentFunction, and a different default for NumberSigns.
AccountingForm acts as a "wrapper", which affects printing, but not evaluation.
See Section 2.9.7.
See also: PaddedForm, NumberForm.
New in Version 2.
Further Examples
|