XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ dcsub_sub()

void dcsub_sub ( double  ra,
doublecomplex  b,
doublecomplex *  sub 
)

Subtraction of complex number from real number

Purpose
Subtracts complex number from real number. dcsub_sub is the subroutine version of dcsub.
Parameters
[in]raReal number ra.
[in]bComplex number b.
[out]subra - b.