冪與方根
要輸入冪,在值後放入 上標數字。
5²
要輸入一個數字的倒數,可以使用倒數符號「⁻¹」(Ctrl+I) 。
3⁻¹
冪運算也可以使用「^」符號。這會使冪成為一個方程式。
5^(6−2)
如果您的鍵盤上沒有 ^ 鍵的話,也可以按兩次 * 鍵。
Square roots can be calculated using the √ symbol (Ctrl+R) or sqrt function.
√2
sqrt (2)
n-th roots can be calculated by putting a subscript number or superscript number before the root sign.
₃√2
³√2