mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
{
|
||
|
"function": "ln",
|
||
|
"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"}
|
||
|
]
|
||
|
}
|