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

◆ _cdadd_sub()

void _cdadd_sub ( double _Complex  a,
double  rb,
double _Complex *  add 
)

Addition of complex number and real number

Purpose
Adds complex number and real number. cdadd_sub is the subroutine version of cdadd.
Parameters
[in]aComplex number a.
[in]rbReal number rb.
[out]adda + rb.