ratio

cli rational number calculator
git clone git://jb55.com/ratio
Log | Files | Refs | README

ratio.h (134B)


      1 #include <gmp.h>
      2 
      3 void fresh_ratio(mpq_t r);
      4 void fresh_bigint(mpz_t i);
      5 
      6 void note_mpq(const mpq_t a);
      7 void note_mpz(const mpz_t a);