計算ツール/関数電卓
関数電卓
三角関数、対数などの科学計算
関数電卓
0
Scientific Calculator Guide
Learn how to use the scientific calculator functions
What is Scientific Calculator?
The Scientific Calculator provides advanced mathematical functions including trigonometry (sin, cos, tan), logarithms (log, ln), exponentials, powers, roots, factorials, and constants. Perfect for students, engineers, and anyone needing complex calculations.
How to Use
- Enter numbers and operators using the keypad
- Select DEG or RAD mode for angle calculations
- Use scientific functions like sin, cos, log, sqrt
- Press = to calculate, use memory functions to store values
Practical Tips
- Toggle between DEG and RAD for trigonometric calculations
- Use parentheses to control order of operations
- Memory functions (MC, MR, M+, M-) help with complex calculations
Accuracy & Limitations
Calculations use JavaScript floating-point precision (about 15-17 significant digits). Results are displayed with up to 10 significant figures. Very large factorials (>170!) will return Infinity.
よくある質問
DEG(度)とRAD(ラジアン)モードの違いは?
DEGは角度を度単位(0-360°)で計算します。RADはラジアン単位(0-2π)を使用します。変換:ラジアン = 度 × π/180。例:90° = π/2ラジアン。一般的な計算にはDEG、数学/科学計算には通常RADを使用します。
logとlnの違いは?
log(常用対数)は底が10です:log(100) = 2(10² = 100)。ln(自然対数)は底がe(≈2.718)です:ln(e) = 1。科学/工学ではlnを、日常的な大きさの比較(デシベルなど)にはlogを使用します。
階乗(n!)とは何ですか?
階乗は1からnまでのすべての正の整数を掛けた値です。例:5! = 5×4×3×2×1 = 120。0! = 1と定義されています。順列と組み合わせの計算に不可欠です。170!以上はJavaScriptの数値範囲を超えます。
メモリ機能(MC、MR、M+、M-)の使い方は?
MC(Memory Clear):メモリをクリア。MR(Memory Recall):保存された値を呼び出し。M+:現在の値をメモリに加算。M-:現在の値をメモリから減算。複雑な計算で中間結果を保存するのに便利です。
π(パイ)とe(自然定数)の値は?
π ≈ 3.14159265359...円の周囲と直径の比率です。e ≈ 2.71828182846...自然対数の底であり、複利計算と指数成長に現れます。両方の定数は無限に繰り返さない無理数です。