Application Integration
- Application Integration
- All Products
math:log(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Required | The positive numeric value to compute the
natural logarithm of. |
|
|
|---|---|
math:log(1) | 0 |
math:log(math:e()) | 1 |
math:log(10) | 2.302585092994046 |
math:log(-1) | Error or empty sequence |
math:log(()) | () |