関数電卓
三角関数、指数、対数、括弧、メモリ機能を備えた本格的な関数電卓。
Quick reference
- Trig functions (sin, cos, tan, sin⁻¹, cos⁻¹, tan⁻¹) interpret their input as degrees or radians — switch with the Deg/Rad toggle.
- x² appends
^2to whatever's currently on screen. xʸ lets you enter a custom exponent. 1/x =^-1. - EXP means "× 10 to the power of" — useful for entering things like 6.022 × 10²³.
- Memory: M+ adds the current result to memory, M− subtracts, MR recalls it. MC clears memory.
- Ans brings back the last equals result so you can chain calculations.
- Unclosed parens are auto-closed when you press =, so you don't have to balance them yourself.
よくある質問
この電卓はどんな関数に対応していますか?
正弦・余弦・正接とその逆関数、平方根・立方根、自然対数 (ln)、常用対数 (log)、指数関数 (eˣ)、階乗 (n!)、定数 π と e。括弧は自由に使えます。
Deg と Rad の違いは?
三角関数の入力をどちらの単位として解釈するかです。日常の幾何には Deg(sin(90°) = 1)、解析には Rad(sin(π/2) = 1)を使います。
'e' が思った通りに動かないのはなぜ?
この電卓の 'e' はネイピア数(≈ 2.718)です。指数表記を入れたい場合は EXP ボタン(× 10^ を挿入)を使ってください。