title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_Cmulcc, _FCmulcc, _LCmulcc |
03/30/2018 |
|
|
|
|
|
|
Multiplies two complex numbers.
_Dcomplex _Cmulcc( _Dcomplex x, _Dcomplex y );
_Fcomplex _FCmulcc( _Fcomplex x, _Fcomplex y );
_Lcomplex _LCmulcc( _Lcomplex x, _Lcomplex y );
x
One of the complex operands to multiply.
y
The other complex operand to multiply.
A _Dcomplex, _Fcomplex, or _Lcomplex structure that represents the complex product of the complex numbers x and y.
Because the built-in arithmetic operators do not work on the Microsoft implementation of the complex types, the _Cmulcc, _FCmulcc, and _LCmulcc functions simplify multiplication of complex types.
Routine | C header | C++ header |
---|---|---|
_Cmulcc, _FCmulcc, _LCmulcc | <complex.h> | <complex.h> |
These functions are Microsoft-specific. The types _Dcomplex, _Fcomplex, and _Lcomplex are Microsoft-specific equivalents to the unimplemented C99 native types double _Complex, float _Complex, and long double _Complex, respectively. For more compatibility information, see Compatibility.
Alphabetical Function Reference
_Cbuild, _FCbuild, _LCbuild
_Cmulcr, _FCmulcr, _LCmulcr
norm, normf, norml
cproj, cprojf, cprojl
conj, conjf, conjl
creal, crealf, creall
cimag, cimagf, cimagl
carg, cargf, cargl
cabs, cabsf, cabsl