Sine
Anatomy
<math:sin var="var">
float
</math:sin>
Description: 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
Example
<output>
<math:sin>1</math:sin>
</output>
<!-- 0.8414709848079 -->