Skip to main content

Hyperbolic tangent

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

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

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:tanh

Results

BindingTypePredicate
varfloatN/A

Examples

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

<!-- 0.76159415595576 -->