共用方式為


log()

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

自然對數是base-e對數:自然指數函式的反數(exp)。

語法

log(number)

深入瞭解 語法慣例

參數

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

傳回

  • log() 會傳回輸入的自然對數。
  • null 如果自變數為負數或 Null,或無法轉換成 real 值, 則為 。

範例

print result=log(5)

輸出

result
1.6094379124341003
  • 如需常見的 (base-10) 對數,請參閱 log10()
  • 如需base-2對數,請參閱 log2()