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