Returns the natural logarithm (base e) of a number.
1 math.log
<math.log>
<number /> !
</math.log>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Enumber | object2String |
Returns | |
---|---|
Type | Description |
double |
Example
Copy
<xsql-script name='math_log_sample1'> <body> <println> <math.log> <number>10</number> </math.log> </println> </body> </xsql-script>
Returns:
Copy
2.302585092994046