計算對數可以使用 log 函數 。
log 100
若要計算使用不同底數的對數,在函數後面使用 下標數字。
log₂ 32
若要計算自然對數,使用 ln 函數。
ln 1.32
要輸入歐拉數,使用 變數 e。
e^1.32
Got a comment? Spotted an error? Found the instructions unclear? Send feedback about this page.