12 lines
312 B
Plaintext
Raw Normal View History

{
"name": "ln",
"type": "function",
2020-07-02 01:46:48 +01:00
"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"}
]
}