The following functions are available only if <complex.h>
is included before mpc.h.
double
_Complex mpc_get_dc (const mpc_t op, mpc_rnd_t rnd)
¶long double _Complex
mpc_get_ldc (mpc_t op, mpc_rnd_t rnd)
¶Convert op to a C complex number, using the rounding mode rnd.
For functions converting complex variables to strings or stream output, see String and Stream Input and Output.