共用方式為


log2()

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

對數是base-2對數:指數函式(exp) 與基底 2 的反數。

語法

log2(number)

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 描述
number real ✔️ 要計算base-2對數的數位。

傳回

  • 對數是base-2對數:指數函式(exp) 與基底 2 的反數。
  • null 如果自變數為負數或 Null,或無法轉換成 real 值, 則為 。

範例

print result=log2(5)

輸出

result
2.3219280948873622
  • 如需自然 (base-e) 對數,請參閱 log()
  • 如需常見的 (base-10) 對數,請參閱 log10()