Spread.NET 17 Formula Reference
Formula Functions / Functions H to L / IMSINH
In This Topic
    IMSINH
    In This Topic

    This function calculates the hyperbolic sine of specified complex number.

    Syntax

    IMSINH(complex_num)

    Arguments

    The complex_num argument is a complex number to return the hyperbolic sine for.

    Remarks

    An error is returned if the complex_num argument is not in the form "x+yi" or "x+yj".

    Data Types

    Accepts numeric and string data. Returns string data.

    Examples

    IMSINH("6+4i") gives the result -131.848

    IMSINH("4+4i") gives the result -17.83

    Version Available

    This function is available in Spread for Windows Forms 11.0 or later.