deimos-mpfr v1.0.0-alpha (2016-12-23T14:26:18Z)
Dub
Repo
__mpq_struct
deimos
gmp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow extern (
C
)
struct
__mpq_struct {
__mpz_struct
_mp_num
;
__mpz_struct
_mp_den
;
}
Members
Variables
_mp_den
__mpz_struct
_mp_den
;
Undocumented in source.
_mp_num
__mpz_struct
_mp_num
;
Undocumented in source.
Meta
Source
See Implementation
deimos
gmp
aliases
mp_exp_t
mp_limb_t
mpf_t
mpq_t
mpz_t
structs
__mpf_struct
__mpq_struct
__mpz_struct