NumberForm
Usage
• NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.
Notes
• NumberForm[expr, {n, f}] prints with approximate real numbers having n digits, with f digits to the right of the decimal point. • NumberForm works on integers as well as approximate real numbers. • The following options can be given: • All options except ExponentFunction apply to integers as well as approximate real numbers. • NumberForm acts as a "wrapper", which affects printing, but not evaluation. • New in Version 1; modified in 3.
|