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

◆ cmul_sub()

void cmul_sub ( doublecomplex  a,
doublecomplex  b,
doublecomplex *  mul 
)

Multiplication of complex numbers

Purpose
Multiplies complex number by complex number. cmul_sub is the subroutine version of cmul.
Parameters
[in]aComplex number a.
[in]bComplex number b.
[out]mula * b.