Returns the natural logarithm (base e) of 1 + a number
ID
math-tools-log1p
Name
Log1p
Group
Tools
Package
Math
Keywords
Log
Log2
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
x | Number | Input value |
Outputs
Name | Type | Description |
---|---|---|
log1p | Number | The natural logarithm (base e) of 1 plus the given number |