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

    Summary

    This function returns the hyperbolic cosine of the specified value.

    Syntax

    COSH(value)

    Arguments

    This function can take any real number as an argument.

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    COSH(B3)

    COSH(R1C2)

    COSH(4) gives the result 27.3082328360

    See Also