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 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.
- The typeset form of ScientificForm[expr] is interpreted the same as expr when used in input. »
- When an input evaluates to ScientificForm[expr], ScientificForm does not appear in the output. »
Examples
open allclose allScope (5)
Options (11)
DigitBlock (2)
ExponentFunction (1)
NumberFormat (1)
NumberSigns (1)
Properties & Relations (5)
ScientificForm has a single digit to the left of the decimal by default:
NumberForm and PaddedForm include exponents higher than 5 by default:
EngineeringForm uses exponents that are multiples of 3:
AccountingForm does not have exponents:
Represent the number in base 2:
Reconstruct the base 10 number:
Affect the display of numbers in MatrixForm or TableForm:
The typeset form of ScientificForm[expr] is interpreted the same as expr when used in input:
Copy the output and paste it into an input cell. The 1.23×102 is interpreted as 123.:
When an input evaluates to ScientificForm[expr], ScientificForm does not appear in the output:
Out is assigned the value 123., not ScientificForm[123.]:
Possible Issues (2)
Placeholder zeros may be needed if the requested precision is small:
Even when an output omits ScientificForm from the top level, it is not stripped from subexpressions:
The output does not have ScientificForm in it:
However, the variable e does have ScientificForm in it, which may affect subsequent evaluations:
The product is not evaluated due to the intervening ScientificForm:
Assign variables first and then apply ScientificForm to the result to maintain computability:
Text
Wolfram Research (1988), ScientificForm, Wolfram Language function, https://reference.wolfram.com/language/ref/ScientificForm.html (updated 2003).
CMS
Wolfram Language. 1988. "ScientificForm." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2003. https://reference.wolfram.com/language/ref/ScientificForm.html.
APA
Wolfram Language. (1988). ScientificForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ScientificForm.html