This function returns the base 10 logarithm of the given number.



 log10(number) #Output: Number



Parser expressionDescription


log10(10)


This example returns:

1.0


log10(1)


This example returns:

0.0


log10(1000)


This example returns:

3.0



Parameters used in this function

ParameterInput (data type)Description
number

Any given positive number or numeric field code. .



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to make complex calculations with Jira Expressions.






Status
Tech review

Style guide




Short descriptionReturns the base 10 logarithm of the input number.
Output

Label