Summary

This command returns the sine of the parameter.


Attributes

  • none

Parameters

  • one number command

Example

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



Need more help?

Please visit the Fountayn Contact Information page.