XLPack 6.1
C/C++ API Reference Manual
Loading...
Searching...
No Matches

◆ _cmplx_sub()

void _cmplx_sub ( double  r,
double  i,
double _Complex *  z 
)

Building complex number

Purpose
Builds complex number composed of specified real and imaginary parts. cmplx_sub is the subroutine version of cmplx.
Parameters
[in]rReal part r.
[in]iImaginary part i.
[out]zComplex number r + i(i).