log10
This function is used by Ignition's Expression language.
Description
Returns the logarithm (base 10) of a number.
Syntax
log10(number)
Parameters
- int/float number - The number to get the log base 10 of.
Results
- float - The log base 10 of the number provided.
Examples
Code Snippet
log10(28) // returns 1.447