mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
19 lines
382 B
Plaintext
19 lines
382 B
Plaintext
{
|
|
"name": "ln",
|
|
"type": "function",
|
|
"groups": ["Math"],
|
|
"description": "Returns the natural logarithm of a value.",
|
|
"arguments": [{
|
|
"arg": "value",
|
|
"description": "numeric value"
|
|
}],
|
|
"examples": [{
|
|
"expression": "ln(1)",
|
|
"returns": "0"
|
|
}, {
|
|
"expression": "ln(2.7182818284590452354)",
|
|
"returns": "1"
|
|
}],
|
|
"tags": ["natural", "logarithm"]
|
|
}
|