Skip to main content

Hyperbolic sine

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

<math:sinh /> calculates the hyperbolic sine of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:sinh

Results

BindingTypePredicate
varfloatN/A

Examples

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

<!-- 1.1752011936438 -->