Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
log(number) #Output: Number


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
log(10)


This example returns:

2.302585092994046



Code Block
languagebash
linenumberstrue
log(1)


This example returns:

0.0


Code Block
languagebash
linenumberstrue
log(2.71828)


This example returns:

0.999999327347282




UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
number

Status
subtletrue
titlenumber

Any given positive number or numeric field code..



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber


UI Text Box
typetip

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



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_log" and space = currentSpace() and ancestor = currentContent()


Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledoneJR

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short descriptionReturns the natural logarithm of the input number.
Output

Status
subtletrue
titlenumber

Label