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