Summary

This article covers the cos command. 


Description

This command returns the cosine of the parameter.

Attributes

  • none

Parameters

  • one number command

Example

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


Need more help?

Please visit the Fountayn Contact Information page.