Skip to main content
Version: 7.9

log

This function is used by Ignition's Expression language.

Description

Returns the natural logarithm (base e) of a number.

Syntax

log(number)

  • Parameters

    • int/float number - The number to get the log of.
  • Results

    • float - The log of the number provided.

Examples

Code Snippet
log(28) //returns 3.332