ll.Log10(Value: number) : number
Returns the base 10 logarithm of Value. Returns zero if Value <= 0. Returns the base 10 (common) logarithm of the specified Value.
ll.Log10(3.14)
{
"def": "func",
"desc": "Returns the base 10 logarithm of Value. Returns zero if Value <= 0.\nReturns the base 10 (common) logarithm of the specified Value.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlLog10",
"name": "Log10",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Value",
"desc": "",
"type": [
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}