About This Tool
What is 計算機?
A tool for evaluating math expressions directly. Supports arithmetic operations plus trigonometric functions, logarithms, exponents, and mathematical constants (pi, e). Maintains a calculation history.
How to Use
- Enter a math expression (e.g., 2+3*4, sin(pi/2)).
- Press Enter to see the result.
- View previous calculations in the history.
- Click 'Clear History' to reset.
Key Features
- Arithmetic operations with parentheses
- Trigonometric functions (sin, cos, tan), logarithms (log, ln)
- Built-in math constants (pi, e)
- Calculation history retention
Tips
- Use * for multiplication, / for division, and ** for exponentiation.
- pi equals 3.14159..., e equals 2.71828... as mathematical constants.
- Use parentheses to explicitly set operation order in complex expressions.
計算機
関数と定数を使った数式を計算します
Frequently Asked Questions
どの数学関数がサポートされていますか?▼
サポート関数:sin、cos、tan(三角関数)、asin、acos、atan(逆三角関数)、log(常用対数)、ln(自然対数)、sqrt(平方根)、abs(絶対値)、ceil/floor(丸め)、**(累乗)。定数piとeも利用可能です。
計算機は標準的な演算順序に従いますか?▼
はい。標準的な数学的優先順位(PEMDAS/BODMAS)に従います:括弧、指数、乗除(左から右)、加減(左から右)の順です。必要に応じて括弧を使用してデフォルトの順序を変更してください。
計算機でパーセンテージを計算するには?▼
数値のパーセンテージ:15%の200 = 200 * 0.15 = 30。パーセント増加:200 * 1.15 = 230(15%増)。パーセント減少:200 * 0.85 = 170(15%減)。よりシンプルなインターフェースには専用のパーセンテージ計算ツールをご利用ください。