ScientificForm
Usage
• ScientificForm[expr] prints with all real numbers in expr given in scientific notation. • ScientificForm[expr, n] prints with numbers given to n-digit precision.
Notes
• You can mix ScientificForm and BaseForm. • ScientificForm acts as a "wrapper", which affects printing, but not evaluation. • New in Version 1.
|