deimos-mpfr ~master (2022-05-11T02:41:42.592926)
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