|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ScientificForm
ScientificForm[expr]
prints with all real numbers in expr given in scientific notation.
ScientificForm[expr, n]
prints with numbers given to n-digit precision.
Details and OptionsDetails and Options
- The following options can be given:
-
DigitBlock Infinity number of digits between breaks ExponentFunction Automatic function to apply to exponents ExponentStep 1 steps by which exponents can increase NumberFormat Automatic function used to assemble mantissa, base, and exponent NumberMultiplier "×" string to use to indicate multiplication NumberPadding {"",""} strings to use for left and right padding NumberPoint "." decimal point string NumberSeparator {",", " "} string to insert at breaks between blocks NumberSigns {"-",""} strings to use for signs of negative and positive numbers SignPadding False whether to insert padding after the sign - You can mix ScientificForm and BaseForm.
- ScientificForm acts as a "wrapper", which affects printing, but not evaluation.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
