Zum Hauptinhalt springen

Arc sine

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

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

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:asin

Results

BindingTypePredicate
varfloatN/A

Examples

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

<!-- 1.5707963267949 -->