Sine
XML
<math:sin var="var">
float
</math:sin>
<math:sin /> calculates the sine of a value.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | math:sin |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
XML
<output>
<math:sin>1</math:sin>
</output>
<!-- 0.8414709848079 -->