Summary

This command returns the natural logarithm of the parameter.


Attributes

  • none

Parameters

  • one number command

Example

<script scriptId="lnEx">
    <body>
        <s:assign>
            <s:question path=".lnValue"/>
            
            <s:ln>
                <s:numberPath path=".num:value"/>
            </s:ln>
            
        </s:assign>
    </body>
    <target typeId="num" when="preprocess" shouldReconcile='true' />
</script>



Need more help?

Please visit the Fountayn Contact Information page.