Skip to main content

Sine

XML
<math:sin var="var">
float
</math:sin>

<math:sin /> calculates the sine of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:sin

Results

BindingTypePredicate
varfloatN/A

Examples

XML
<output>
<math:sin>1</math:sin>
</output>

<!-- 0.8414709848079 -->