AccountingForm
Usage
• AccountingForm[expr] prints with all numbers in expr given in standard accounting notation. • AccountingForm[expr, n] prints with numbers given to n-digit precision.
Notes
• AccountingForm never uses scientific notation. • AccountingForm uses parentheses to indicate negative numbers. • AccountingForm acts as a "wrapper", which affects printing, but not evaluation. • New in Version 2.
|