Skip to content

Commit

Permalink
Commit unsaved file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhart committed Sep 21, 2014
1 parent db601c6 commit 5d1abc3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions fmpz.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,17 +276,13 @@ FLINT_DLL double fmpz_get_d(const fmpz_t f);

FLINT_DLL void fmpz_set_d(fmpz_t f, double c);

<<<<<<< HEAD
FLINT_DLL int fmpz_set_str(fmpz_t f, const char * str, int b);
=======
void fmpz_get_mpf(mpf_t x, const fmpz_t f);
FLINT_DLL void fmpz_get_mpf(mpf_t x, const fmpz_t f);

void fmpz_set_mpf(fmpz_t f, const mpf_t x);
FLINT_DLL void fmpz_set_mpf(fmpz_t f, const mpf_t x);

void fmpz_get_mpfr(mpfr_t x, const fmpz_t f, mpfr_rnd_t rnd);
FLINT_DLL void fmpz_get_mpfr(mpfr_t x, const fmpz_t f, mpfr_rnd_t rnd);

int fmpz_set_str(fmpz_t f, const char * str, int b);
>>>>>>> abhinav/lll
FLINT_DLL int fmpz_set_str(fmpz_t f, const char * str, int b);

FLINT_DLL void flint_mpz_init_set_readonly(mpz_t z, const fmpz_t f);

Expand Down

0 comments on commit 5d1abc3

Please sign in to comment.