
{{alias}}( z )
    Computes the inverse of a double-precision complex floating-point number.

    Parameters
    ----------
    z: Complex128
        Complex number.

    Returns
    -------
    out: Complex128
        Result.

    Examples
    --------
    > var v = {{alias}}( new {{alias:@stdlib/complex/float64/ctor}}( 2.0, 4.0 ) )
    <Complex128>[ 0.1, -0.2 ]

    See Also
    --------

