Scientific Calculator
Online scientific calculator with trigonometry, logarithms, and constants.
関数電卓とは
主要な機能と使い方
関数電卓と基本電卓の違い
関数電卓は、基本電卓に数学・理科・工学で使われる機能を追加したものです。三角関数、対数、指数、平方根、階乗、πやeなどの定数が使えます。このオンライン版はブラウザで完全に動作し、ダウンロードや登録は不要です。
基本電卓は日常的な計算(+、−、×、÷)を処理します。関数電卓は代数、三角関数、微積分、統計、物理、化学に必要な機能を追加します。学生、エンジニア、科学者は角度変換から非整数指数の複利計算まで、日常的に関数電卓を使用しています。
工学系の学生は力学・構造解析の授業で、三角関数を使って力の図を解いたりベクトルを成分に分解したりします。金融の専門家は、1.08を入力してxʸ、10、=と押すことで1.08の10乗を求め、10年間の複利計算に冪乗関数を使います。プログラマーはアルゴリズムの計算量分析や情報エントロピーの計算にlogとln関数を使います。教師は確率の授業で順列・組み合わせの式を素早く評価するために階乗ボタンを使います。
- 三角関数:sin、cos、tanは表示されている角度モード(DEGまたはRAD)で動作します。DEG/RADボタンで切り替えてください。
- 逆三角関数:INVを押してからsin/cos/tanを押すとsin⁻¹/cos⁻¹/tan⁻¹が得られます。
- 対数:logは常用対数(底10)、lnは自然対数(底e)です。
- 冪乗と根:xʸは任意の冪、x²は2乗、√は平方根です。
- 定数:π(3.14159…)とe(2.71828…)は式に直接入力できます。
よくある質問
- Does this calculator support trigonometric functions?
- Yes. It includes sin, cos, tan, and their inverses (sin⁻¹, cos⁻¹, tan⁻¹). You can toggle between Degree and Radian mode using the DEG/RAD button — the current mode is shown on screen.
- How do I calculate a power like 2^10?
- Enter the base (2), press the xʸ button, enter the exponent (10), then press =. The result will be 1024.
- What does the n! button do?
- It calculates the factorial of the displayed number. For example, 5! = 120. Factorials are defined for non-negative integers only.
- What is the difference between log and ln?
- log computes the base-10 logarithm (common log), while ln computes the natural logarithm (base e ≈ 2.71828). For example, log(100) = 2 and ln(e) = 1.
- How do I use the memory functions?
- Press MS to store the current display value in memory, MR to recall it, and MC to clear the stored memory. The indicator M shows when a value is in memory.
関連ツール
- JSON Formatter, Validator & Repair Tool
Format, minify, validate, and repair JSON instantly in your browser. Sort keys alphabetically, auto-format on paste, download as file, escape/unescape strings — free, no sign-up, 100% client-side.
- QRコード生成
URL、テキスト、Wi-FiなどのQRコードを生成。PNGでダウンロード可能。
- パスワード生成
カスタム長と文字セットで強力なランダムパスワードを生成。
- Base64 エンコーダー / デコーダー
テキストをBase64にエンコード、または逆にデコード。
- URLエンコーダー / デコーダー
パーセントエンコーディングでURLとクエリ文字列をエンコードまたはデコード。