NAME

csub - subtract complex numbers


SYNOPSIS

val= csub(a, b)


INPUT PARAMETERS

a,b - complex
        input complex numbers


RETURN VALUES

val - complex
       result of a-b


DESCRIPTION

     Complex subtraction
     Csub returns a-b.


SEE ALSO

the cadd manpage


LIBRARY

sepmath