deimos.gmp.rational

Undocumented in source.

Members

Aliases

_mpq_cmp_si
alias _mpq_cmp_si = __gmpq_cmp_si
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_mpq_cmp_ui
alias _mpq_cmp_ui = __gmpq_cmp_ui
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_abs
alias mpq_abs = __gmpq_abs

Rational (i.e. Q) routines. ***************

mpq_add
alias mpq_add = __gmpq_add
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_canonicalize
alias mpq_canonicalize = __gmpq_canonicalize
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_clear
alias mpq_clear = __gmpq_clear
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_clears
alias mpq_clears = __gmpq_clears
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_cmp
alias mpq_cmp = __gmpq_cmp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_cmp_z
alias mpq_cmp_z = __gmpq_cmp_z
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_div
alias mpq_div = __gmpq_div
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_div_2exp
alias mpq_div_2exp = __gmpq_div_2exp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_equal
alias mpq_equal = __gmpq_equal
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_get_d
alias mpq_get_d = __gmpq_get_d
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_get_den
alias mpq_get_den = __gmpq_get_den
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_get_num
alias mpq_get_num = __gmpq_get_num
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_get_str
alias mpq_get_str = __gmpq_get_str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_init
alias mpq_init = __gmpq_init
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_inits
alias mpq_inits = __gmpq_inits
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_inp_str
alias mpq_inp_str = __gmpq_inp_str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_inv
alias mpq_inv = __gmpq_inv
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_mul
alias mpq_mul = __gmpq_mul
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_mul_2exp
alias mpq_mul_2exp = __gmpq_mul_2exp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_neg
alias mpq_neg = __gmpq_neg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_out_str
alias mpq_out_str = __gmpq_out_str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set
alias mpq_set = __gmpq_set
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set_d
alias mpq_set_d = __gmpq_set_d
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set_den
alias mpq_set_den = __gmpq_set_den
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set_f
alias mpq_set_f = __gmpq_set_f
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set_num
alias mpq_set_num = __gmpq_set_num
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set_si
alias mpq_set_si = __gmpq_set_si
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set_str
alias mpq_set_str = __gmpq_set_str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set_ui
alias mpq_set_ui = __gmpq_set_ui
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_set_z
alias mpq_set_z = __gmpq_set_z
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_sub
alias mpq_sub = __gmpq_sub
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_swap
alias mpq_swap = __gmpq_swap
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

__gmpq_abs
void __gmpq_abs(mpq_ptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_add
void __gmpq_add(mpq_ptr , mpq_srcptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_canonicalize
void __gmpq_canonicalize(mpq_ptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_clear
void __gmpq_clear(mpq_ptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_clears
void __gmpq_clears(mpq_ptr , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_cmp
int __gmpq_cmp(mpq_srcptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_cmp_si
int __gmpq_cmp_si(mpq_srcptr , c_long , c_long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_cmp_ui
int __gmpq_cmp_ui(mpq_srcptr , c_ulong , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_cmp_z
int __gmpq_cmp_z(mpq_srcptr , mpz_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_div
void __gmpq_div(mpq_ptr , mpq_srcptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_div_2exp
void __gmpq_div_2exp(mpq_ptr , mpq_srcptr , mp_bitcnt_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_equal
int __gmpq_equal(mpq_srcptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_get_d
double __gmpq_get_d(mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_get_den
void __gmpq_get_den(mpz_ptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_get_num
void __gmpq_get_num(mpz_ptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_get_str
char* __gmpq_get_str(char* , int , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_init
void __gmpq_init(mpq_ptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_inits
void __gmpq_inits(mpq_ptr , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_inp_str
size_t __gmpq_inp_str(mpq_ptr , FILE* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_inv
void __gmpq_inv(mpq_ptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_mul
void __gmpq_mul(mpq_ptr , mpq_srcptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_mul_2exp
void __gmpq_mul_2exp(mpq_ptr , mpq_srcptr , mp_bitcnt_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_neg
void __gmpq_neg(mpq_ptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_out_str
size_t __gmpq_out_str(FILE* , int , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set
void __gmpq_set(mpq_ptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set_d
void __gmpq_set_d(mpq_ptr , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set_den
void __gmpq_set_den(mpq_ptr , mpz_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set_f
void __gmpq_set_f(mpq_ptr , mpf_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set_num
void __gmpq_set_num(mpq_ptr , mpz_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set_si
void __gmpq_set_si(mpq_ptr , c_long , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set_str
int __gmpq_set_str(mpq_ptr , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set_ui
void __gmpq_set_ui(mpq_ptr , c_ulong , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_set_z
void __gmpq_set_z(mpq_ptr , mpz_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_sub
void __gmpq_sub(mpq_ptr , mpq_srcptr , mpq_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpq_swap
void __gmpq_swap(mpq_ptr , mpq_ptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta