科学计算器
支持三角函数、指数、对数、括号与记忆功能的完整科学计算器。
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^)。