I need to assign mpz_t and mpq_t variables from unsigned long longs. Mpfr has functions (names with _uj) for doing this, but it seems that gmp does not. Should I use mpz_import for this, or is there a better way? Keith