void mpc_get_cplx(cplx_t c, mpc_t mc)
Get the cplx_t version of the Multiprecision value mc.
Definition: link.c:49
void mpf_set_rdpe(mpf_t f, rdpe_t e)
Set the Multiprecision value f with the value stored in e.
Definition: link.c:21
void mpf_get_rdpe(rdpe_t e, mpf_t f)
Get the RDPE version of the Multiprecision value f.
Definition: link.c:31
void mpc_get_cdpe(cdpe_t c, mpc_t mc)
Get the CDPE version of the Multiprecision value mc.
Definition: link.c:68
void mpc_set_cdpe(mpc_t mc, cdpe_t c)
Set the Multiprecision value mc with the value stored in c.
Definition: link.c:61
void mpc_set_cplx(mpc_t mc, cplx_t c)
Set the Multiprecision value mc with the value stored in c.
Definition: link.c:42
Multiprecision complex type, based on mpf multiprecision floating point type.
Library with extended types in C.