Skip to main content

Arc hyperbolic tangent

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

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

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:atanh

Results

BindingTypePredicate
varfloatN/A

Examples

XML
<output>
<math:atanh>0</math:atanh>
</output>

<!-- 0 -->