Returns the natural logarithm (base e) of a number.

1 math.log

<math.log>
    <number /> !
</math.log>
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