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^ を挿入)を使ってください。