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

    Summary

    This function returns the hyperbolic sine of the specified number.

    Syntax

    SINH(value)

    Arguments

    You can use any real number for the value argument.

    Remarks

    The equation for calculating the hyperbolic sine is:

    SINH Equation

    where z is the value argument.

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    SINH(B4)

    SINH(R1C2)

    SINH(1) gives the result 1.1752011936

    See Also