Skip to main content

Tangent

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

<math:tan /> calculates the tangent of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:tan

Results

BindingTypePredicate
varfloatN/A

Examples

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

<!-- 1.5574077246549 -->