Scientific Calculator
Full scientific calculator with trigonometry (sin, cos, tan and inverses), log, ln, square root, powers, pi, e, memory functions, and calculation history. DEG and RAD modes.
Esempi pratici
Structural engineering: angle of a ramp
A loading ramp rises 1.5m over a horizontal run of 6m. The angle = arctan(1.5/6) = atan(0.25) = 14.04°. Enter: atan(1.5/6). The sine of this angle = sin(14.04°) = 0.2425 — confirming the ratio 1.5/6.18 (hypotenuse = √(1.5² + 6²) = √(38.25) = 6.185m).
Finance: compound interest using eˣ (continuous compounding)
AED 50,000 at 5% continuous compounding for 7 years. FV = P × e^(rt) = 50,000 × e^(0.05×7) = 50,000 × e^0.35 = 50,000 × 1.4191 = AED 70,956. Enter: 50000 × ℮^0.35. Compare with monthly compounding: 50,000 × (1 + 0.05/12)^84 = AED 70,918 — only AED 38 less.
Signal processing: decibel calculation using log
Sound intensity level in decibels: dB = 10 × log(I/I₀). A jet engine at 1W/m² vs threshold 10⁻¹² W/m². dB = 10 × log(1/10⁻¹²) = 10 × log(10¹²) = 10 × 12 = 120 dB. Enter: 10 × log(1e12). Every 10 dB = 10x intensity; every 3 dB ≈ 2x intensity.
Domande frequenti
~5 min readWhat is the difference between DEG and RAD mode?▾
What does 2ND mode (inverse trig) do?▾
What is the order of operations (BODMAS/PEMDAS)?▾
How does memory (MC, MR, M+, M-) work?▾
What is log versus ln?▾
How do I calculate percentage with the scientific calculator?▾
What is Euler's number e?▾
What does √ (square root) compute?▾
Strumenti correlati
Results are computed using IEEE 754 double-precision floating point arithmetic. For extremely large numbers or very small differences near floating-point limits, verify critical calculations with a dedicated mathematical software package.