Summary

This command returns the base 10 logarithm of the parameter.


Attributes

  • none

Parameters

  • one number command

Example

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



Need more help?

Please visit the Fountayn Contact Information page.