BlitzCalculator

حاسبة علمية

حاسبة علمية كاملة مع الدوال المثلثية والأسس واللوغاريتمات والأقواس والذاكرة.

=
0

Enter = equals, Backspace = delete, d/r = swap mode

Scientific calculator key

Mode: Deg vs Rad

Deg (degrees) — 0 to 360, what you learned in school. A right angle is 90°. Use this for everyday angles.

Rad (radians) — 0 to about 6.28 (which is 2π). Used in calculus, physics, and engineering. A full circle = 2π radians.

If you're not sure, leave it on Deg.

Trigonometry: sin, cos, tan and inverses

sin, cos, tan — Given an angle, returns a ratio. Example: in Deg mode, sin(30) = 0.5.

sin⁻¹, cos⁻¹, tan⁻¹ — The reverse. Given a ratio, returns the angle. Example: sin⁻¹(0.5) = 30 in Deg mode. Use these when you know the ratio of two sides of a triangle and need the angle.

Powers and roots

√x — Square root. √(25) = 5.

— Squares the number. 7² = 49.

— Raises x to the power y. Press 2 xʸ 10 = 1024.

1/x — Reciprocal. 1/4 = 0.25.

Constants: π and e

π (pi) ≈ 3.14159. The ratio of a circle's circumference to its diameter. Anywhere circles or waves appear.

e ≈ 2.71828. Euler's number. Shows up in compound interest, population growth, and natural logarithms.

Logarithms: log vs ln

log — Base-10 logarithm. log(1000) = 3 (because 10³ = 1000). Used in pH, decibels, the Richter scale.

ln — Natural log (base e). ln(e) = 1. Used in growth/decay, half-life, and calculus.

Factorial, EXP, Ans, ±

n! — Factorial. 5! = 5 × 4 × 3 × 2 × 1 = 120. Used in combinations and probability.

EXP — Scientific notation entry. 1.5 EXP 6 = 1.5 × 10⁶ = 1,500,000. Handy for very big or very small numbers.

Ans — The last calculated result. Reuse it in your next calculation without retyping.

± — Flips the sign of the current number (positive ↔ negative).

Memory: MC, MR, M+, M−

M+ — Add the current value to memory.

M− — Subtract the current value from memory.

MR — Recall (paste) the stored value back into the display.

MC — Clear memory (resets stored value to 0).

Memory is great for running totals — e.g. add several subtotals into M, then MR at the end.

Quick reference

الأسئلة الشائعة

ما الدوال التي تدعمها هذه الحاسبة؟

الجيب وجيب التمام والظل ومعكوساتها، الجذر التربيعي والتكعيبي، اللوغاريتم الطبيعي (ln) واللوغاريتم العشري (log)، الدالة الأسية (eˣ)، المضروب (n!)، والثابتان π وe. الأقواس متاحة بحرية.

ما الفرق بين Deg وRad؟

تتعامل الدوال المثلثية مع المدخل بوحدتي الدرجات أو الراديان. استخدم Deg للهندسة اليومية (sin(90°) = 1) وRad لحساب التفاضل والتكامل (sin(π/2) = 1).

لماذا لا يعمل 'e' كما أتوقع؟

هنا 'e' هو ثابت أويلر (≈ 2.718). للترميز العلمي استخدم زر EXP الذي يدرج × 10^.