Understanding Scientific Notation and Trigonometric Functions
Whether you are modeling profit margins across millions of impressions or solving classic trigonometry problems, a professional calculator must handle very large numbers, very small numbers, and angle-based functions without losing precision. This guide explains the core ideas, then walks through three worked examples you can reproduce above.
Scientific notation
Scientific notation expresses a number as m × 10ⁿ, where 1 ≤ |m| < 10. It keeps very large and very small numbers readable and preserves significant digits in floating-point arithmetic. Above, results outside the range 10⁻⁶ … 10¹² automatically switch to scientific notation.
Trigonometric functions and angle mode
sin, cos and tan take an angle and return a ratio. Their inverses — sin⁻¹, cos⁻¹, tan⁻¹ — take a ratio and return an angle. The DEG/RAD switch in the display tells the calculator which units to use. Always check the indicator before evaluating.
Example 1 — Avogadro-scale multiplication
Compute 6.022 × 10²³ ÷ 1.5 × 10⁸. Type:
6.022 * 10^23 / (1.5 * 10^8)
Expected result: 4.0146… × 10¹⁵. The calculator keeps full mantissa precision and switches to scientific notation automatically because the result exceeds 10¹².
Example 2 — Nested parentheses with a trig function
In DEG mode, evaluate (5 + 2) × sin(30) + (3 ÷ 2):
(5 + 2) × sin(30) + (3 ÷ 2)
sin(30°) = 0.5, so the expression reduces to 7 × 0.5 + 1.5 = 5. Switch to RAD and the same expression returns roughly −5.405 — a useful sanity check that your angle mode is correct.
Example 3 — Logarithms, exponents and absolute value
Compute |log(0.001) + ln(eˣ)| with x = 5:
|log(0.001) + ln(exp(5))|
log(0.001) = −3 and ln(e⁵) = 5, so the expression is |−3 + 5| = 2. Tap SHIFT then eˣ to enter exp(, wrap with |…| for absolute value, and press =.
Memory keys
Use MS to store the displayed result, MR to recall it inside another expression, M+ / M− to accumulate, and MC to clear. The small M indicator lights up while memory holds a value.