Hello, does someone know a way to convert a mpfr_t variable to mpz_t? (with truncation of course.) For mpf variables there exists such a function: void mpz_set_f (mpz_t rop, mpf_t op) Is there an (easy) way to do it with mpfr too? Thanky you for any help! Dirk