Spread WPF 17
Spread WPF Documentation / Formula Reference / Formula Functions / TANH
In This Topic
    TANH
    In This Topic

    Summary

    This function returns the hyperbolic tangent of the specified number.

    Syntax

    TANH(value)

    Remarks

    You can use any real number for the value argument.

    The equation for calculating the hyperbolic sine is:

    TANH Equation

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    TANH(B3)

    TANH(R1C2)

    TANH(0.5) gives the result 0.4621171573

    See Also