Summary

This command returns the tangent of the parameter.


Attributes

  • none

Parameters

  • one number command

Example

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



Need more help?

Please visit the Fountayn Contact Information page.