39 char *
pm(mpfr_t x,
int dig);
Definition of MPFR complex numbers.
comp_struct comp[1]
Practical wrapper for comp_struct.
Definition of machine complex numbers.
compf_struct compf[1]
Practical wrapper for compf_struct.
char * pcf(compf z)
Return a string containing the value of z.
char * pc(comp z, int dig)
Return a string containing the value of x with dig digits.
char * pm(mpfr_t x, int dig)
Return a string containing the value of x with dig digits.
Definition of basic types.