Scientific Notation
MathematicsConvert numbers between standard decimal format, scientific notation (m × 10ⁿ), and engineering E-notation. Easily compute significant digits and orders of magnitude for physics and astronomy.
E-notation 3.200000e+0
About this calculator
In physics, chemistry, and astronomical modeling, values range from the mass of an electron (9.1 × 10⁻³¹ kg) to the mass of the Sun (1.989 × 10³⁰ kg). Expressing these numbers with trailing or leading zeros is tedious and prone to transcription errors.
This tool instantly decomposes any positive or negative real number into its normalized mantissa (where 1 ≤ |m| < 10) and integer power of ten. It also generates engineering notation (where the exponent is a multiple of three) and standard E-notation used in programming languages.
How It Works & Formula
The number's base-10 logarithm determines the characteristic exponent n = floor(log10(|x|)). The mantissa is then evaluated as m = x / 10ⁿ. Special checks handle zero, negative inputs, and subnormal floating-point quantities.
Related Calculators
View All (32)Percentage Calculator
Calculate percentage change, percentage of values, and increase/decrease discounts instantly.
Scientific Calculator
Advanced mathematical calculations with trigonometry, powers, roots, and logarithms.
Fraction Calculator
Add, subtract, multiply, and divide fractions with step-by-step simplification.
Quadratic Equation Solver
Solve ax² + bx + c = 0 with real/complex roots, discriminant, and vertex coordinates.