This function returns the natural logarithm (based on exponential 'e') of the given number.


log(number) #Output: Number



Parser expressionDescription


log(10)


This example returns:

2.302585092994046



log(1)


This example returns:

0.0


log(2.71828)


This example returns:

0.999999327347282




Parameters used in this function

ParameterInput (data type)Description
number

Any given positive number or numeric field code..



This function returns a


Check out log10() to get the base 10 logarithm of the given number. 



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 natural logarithm of the input number.
Output

Label