deimos.mpfr

Undocumented in source.

Members

Aliases

intmax_t
alias intmax_t = mpfr_exp_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_exp_t
alias mpfr_exp_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_inp_str
alias mpfr_inp_str = __gmpfr_inp_str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_out_str
alias mpfr_out_str = __gmpfr_out_str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_prec_t
alias mpfr_prec_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_ptr
alias mpfr_ptr = __mpfr_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sign_t
alias mpfr_sign_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_t
alias mpfr_t = __mpfr_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_uexp_t
alias mpfr_uexp_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_uprec_t
alias mpfr_uprec_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uintmax_t
alias uintmax_t = mpfr_uexp_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

mpfr_rnd_t
enum mpfr_rnd_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

__gmpfr_inp_str
size_t __gmpfr_inp_str(mpfr_t rop, FILE* stream, int base, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmpfr_out_str
size_t __gmpfr_out_str(FILE* stream, int base, size_t n, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_abs
int mpfr_abs(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_acos
int mpfr_acos(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_acosh
int mpfr_acosh(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_add
int mpfr_add(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_add_d
int mpfr_add_d(mpfr_t rop, mpfr_t op1, double op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_add_q
int mpfr_add_q(mpfr_t rop, mpfr_t op1, mpq_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_add_si
int mpfr_add_si(mpfr_t rop, mpfr_t op1, c_long op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_add_ui
int mpfr_add_ui(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_add_z
int mpfr_add_z(mpfr_t rop, mpfr_t op1, mpz_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_agm
int mpfr_agm(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_ai
int mpfr_ai(mpfr_t rop, mpfr_t x, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_asin
int mpfr_asin(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_asinh
int mpfr_asinh(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_asprintf
int mpfr_asprintf(char** str, const(char)* tmpl, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_atan
int mpfr_atan(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_atan2
int mpfr_atan2(mpfr_t rop, mpfr_t y, mpfr_t x, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_atanh
int mpfr_atanh(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_buildopt_decimal_p
int mpfr_buildopt_decimal_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_buildopt_gmpinternals_p
int mpfr_buildopt_gmpinternals_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_buildopt_tls_p
int mpfr_buildopt_tls_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_buildopt_tune_case
const(char)* mpfr_buildopt_tune_case()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_can_round
int mpfr_can_round(mpfr_t b, mpfr_exp_t err, mpfr_rnd_t rnd1, mpfr_rnd_t rnd2, mpfr_prec_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cbrt
int mpfr_cbrt(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_ceil
int mpfr_ceil(mpfr_t rop, mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_check_range
int mpfr_check_range(mpfr_t x, int t, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_clear
void mpfr_clear(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_clear_divby0
void mpfr_clear_divby0()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_clear_erangeflag
void mpfr_clear_erangeflag()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_clear_flags
void mpfr_clear_flags()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_clear_inexflag
void mpfr_clear_inexflag()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_clear_nanflag
void mpfr_clear_nanflag()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_clear_overflow
void mpfr_clear_overflow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_clear_underflow
void mpfr_clear_underflow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp
int mpfr_cmp(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_d
int mpfr_cmp_d(mpfr_t op1, double op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_f
int mpfr_cmp_f(mpfr_t op1, mpf_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_ld
int mpfr_cmp_ld(mpfr_t op1, real op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_q
int mpfr_cmp_q(mpfr_t op1, mpq_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_si
int mpfr_cmp_si(mpfr_t op1, c_long op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_si_2exp
int mpfr_cmp_si_2exp(mpfr_t op1, c_long op2, mpfr_exp_t e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_ui
int mpfr_cmp_ui(mpfr_t op1, c_ulong op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_ui_2exp
int mpfr_cmp_ui_2exp(mpfr_t op1, c_ulong op2, mpfr_exp_t e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmp_z
int mpfr_cmp_z(mpfr_t op1, mpz_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cmpabs
int mpfr_cmpabs(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_const_catalan
int mpfr_const_catalan(mpfr_t rop, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_const_euler
int mpfr_const_euler(mpfr_t rop, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_const_log2
int mpfr_const_log2(mpfr_t rop, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_const_pi
int mpfr_const_pi(mpfr_t rop, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_copysign
int mpfr_copysign(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cos
int mpfr_cos(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cosh
int mpfr_cosh(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_cot
int mpfr_cot(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_coth
int mpfr_coth(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_csc
int mpfr_csc(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_csch
int mpfr_csch(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_custom_get_exp
mpfr_exp_t mpfr_custom_get_exp(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_custom_get_kind
int mpfr_custom_get_kind(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_custom_get_significand
void* mpfr_custom_get_significand(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_custom_get_size
size_t mpfr_custom_get_size(mpfr_prec_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_custom_init
void mpfr_custom_init(void* significand, mpfr_prec_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_custom_init_set
void mpfr_custom_init_set(mpfr_t x, int kind, mpfr_exp_t exp, mpfr_prec_t prec, void* significand)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_custom_move
void mpfr_custom_move(mpfr_t x, void* new_position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_d_div
int mpfr_d_div(mpfr_t rop, double op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_d_sub
int mpfr_d_sub(mpfr_t rop, double op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_digamma
int mpfr_digamma(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_dim
int mpfr_dim(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div
int mpfr_div(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div_2exp
int mpfr_div_2exp(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div_2si
int mpfr_div_2si(mpfr_t rop, mpfr_t op1, c_long op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div_2ui
int mpfr_div_2ui(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div_d
int mpfr_div_d(mpfr_t rop, mpfr_t op1, double op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div_q
int mpfr_div_q(mpfr_t rop, mpfr_t op1, mpq_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div_si
int mpfr_div_si(mpfr_t rop, mpfr_t op1, c_long op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div_ui
int mpfr_div_ui(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_div_z
int mpfr_div_z(mpfr_t rop, mpfr_t op1, mpz_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_divby0_p
int mpfr_divby0_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_eint
int mpfr_eint(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_eq
int mpfr_eq(mpfr_t op1, mpfr_t op2, c_ulong op3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_equal_p
int mpfr_equal_p(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_erangeflag_p
int mpfr_erangeflag_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_erf
int mpfr_erf(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_erfc
int mpfr_erfc(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_exp
int mpfr_exp(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_exp10
int mpfr_exp10(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_exp2
int mpfr_exp2(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_expm1
int mpfr_expm1(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fac_ui
int mpfr_fac_ui(mpfr_t rop, c_ulong op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fits_intmax_p
int mpfr_fits_intmax_p(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fits_sc_long_p
int mpfr_fits_sc_long_p(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fits_sint_p
int mpfr_fits_sint_p(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fits_sshort_p
int mpfr_fits_sshort_p(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fits_uc_long_p
int mpfr_fits_uc_long_p(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fits_uint_p
int mpfr_fits_uint_p(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fits_uintmax_p
int mpfr_fits_uintmax_p(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fits_ushort_p
int mpfr_fits_ushort_p(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_floor
int mpfr_floor(mpfr_t rop, mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fma
int mpfr_fma(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_t op3, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fmod
int mpfr_fmod(mpfr_t r, mpfr_t x, mpfr_t y, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fms
int mpfr_fms(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_t op3, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_fprintf
int mpfr_fprintf(FILE* stream, const(char)* tmpl, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_frac
int mpfr_frac(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_free_cache
void mpfr_free_cache()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_free_str
void mpfr_free_str(char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_frexp
int mpfr_frexp(mpfr_exp_t* exp, mpfr_t y, mpfr_t x, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_gamma
int mpfr_gamma(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_d
double mpfr_get_d(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_d_2exp
double mpfr_get_d_2exp(c_long* exp, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_default_prec
mpfr_prec_t mpfr_get_default_prec()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_default_rounding_mode
mpfr_rnd_t mpfr_get_default_rounding_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_emax
mpfr_exp_t mpfr_get_emax()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_emax_max
mpfr_exp_t mpfr_get_emax_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_emax_min
mpfr_exp_t mpfr_get_emax_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_emin
mpfr_exp_t mpfr_get_emin()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_emin_max
mpfr_exp_t mpfr_get_emin_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_emin_min
mpfr_exp_t mpfr_get_emin_min()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_exp
mpfr_exp_t mpfr_get_exp(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_f
int mpfr_get_f(mpf_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_flt
float mpfr_get_flt(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_ld
real mpfr_get_ld(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_ld_2exp
real mpfr_get_ld_2exp(c_long* exp, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_patches
const(char)* mpfr_get_patches()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_prec
mpfr_prec_t mpfr_get_prec(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_si
c_long mpfr_get_si(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_sj
intmax_t mpfr_get_sj(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_str
char* mpfr_get_str(char* str, mpfr_exp_t* expptr, int b, size_t n, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_ui
c_ulong mpfr_get_ui(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_uj
uintmax_t mpfr_get_uj(mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_version
const(char)* mpfr_get_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_z
int mpfr_get_z(mpz_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_get_z_2exp
mpfr_exp_t mpfr_get_z_2exp(mpz_t rop, mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_greater_p
int mpfr_greater_p(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_greaterequal_p
int mpfr_greaterequal_p(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_hypot
int mpfr_hypot(mpfr_t rop, mpfr_t x, mpfr_t y, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_inexflag_p
int mpfr_inexflag_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_inf_p
int mpfr_inf_p(mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_init
void mpfr_init(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_init2
void mpfr_init2(mpfr_t x, mpfr_prec_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_init_set_str
int mpfr_init_set_str(mpfr_t x, const(char)* s, int base, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_integer_p
int mpfr_integer_p(mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_j0
int mpfr_j0(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_j1
int mpfr_j1(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_jn
int mpfr_jn(mpfr_t rop, c_long n, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_less_p
int mpfr_less_p(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_lessequal_p
int mpfr_lessequal_p(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_lessgreater_p
int mpfr_lessgreater_p(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_lgamma
int mpfr_lgamma(mpfr_t rop, int* signp, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_li2
int mpfr_li2(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_lngamma
int mpfr_lngamma(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_log
int mpfr_log(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_log10
int mpfr_log10(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_log1p
int mpfr_log1p(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_log2
int mpfr_log2(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_max
int mpfr_max(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_min
int mpfr_min(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_min_prec
mpfr_prec_t mpfr_min_prec(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_modf
int mpfr_modf(mpfr_t iop, mpfr_t fop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul
int mpfr_mul(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul_2exp
int mpfr_mul_2exp(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul_2si
int mpfr_mul_2si(mpfr_t rop, mpfr_t op1, c_long op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul_2ui
int mpfr_mul_2ui(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul_d
int mpfr_mul_d(mpfr_t rop, mpfr_t op1, double op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul_q
int mpfr_mul_q(mpfr_t rop, mpfr_t op1, mpq_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul_si
int mpfr_mul_si(mpfr_t rop, mpfr_t op1, c_long op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul_ui
int mpfr_mul_ui(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_mul_z
int mpfr_mul_z(mpfr_t rop, mpfr_t op1, mpz_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_nan_p
int mpfr_nan_p(mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_nanflag_p
int mpfr_nanflag_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_neg
int mpfr_neg(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_nextabove
void mpfr_nextabove(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_nextbelow
void mpfr_nextbelow(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_nexttoward
void mpfr_nexttoward(mpfr_t x, mpfr_t y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_number_p
int mpfr_number_p(mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_overflow_p
int mpfr_overflow_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_pow
int mpfr_pow(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_pow_si
int mpfr_pow_si(mpfr_t rop, mpfr_t op1, c_long op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_pow_ui
int mpfr_pow_ui(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_pow_z
int mpfr_pow_z(mpfr_t rop, mpfr_t op1, mpz_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_prec_round
int mpfr_prec_round(mpfr_t x, mpfr_prec_t prec, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_print_rnd_mode
const(char)* mpfr_print_rnd_mode(mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_printf
int mpfr_printf(const(char)* tmpl, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_rec_sqrt
int mpfr_rec_sqrt(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_regular_p
int mpfr_regular_p(mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_reldiff
void mpfr_reldiff(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_remainder
int mpfr_remainder(mpfr_t r, mpfr_t x, mpfr_t y, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_remquo
int mpfr_remquo(mpfr_t r, c_long* q, mpfr_t x, mpfr_t y, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_rint
int mpfr_rint(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_rint_ceil
int mpfr_rint_ceil(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_rint_floor
int mpfr_rint_floor(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_rint_round
int mpfr_rint_round(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_rint_trunc
int mpfr_rint_trunc(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_root
int mpfr_root(mpfr_t rop, mpfr_t op, c_ulong k, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_round
int mpfr_round(mpfr_t rop, mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sec
int mpfr_sec(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sech
int mpfr_sech(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set
int mpfr_set(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_d
int mpfr_set_d(mpfr_t rop, double op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_default_prec
void mpfr_set_default_prec(mpfr_prec_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_default_rounding_mode
void mpfr_set_default_rounding_mode(mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_divby0
void mpfr_set_divby0()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_emax
int mpfr_set_emax(mpfr_exp_t exp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_emin
int mpfr_set_emin(mpfr_exp_t exp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_erangeflag
void mpfr_set_erangeflag()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_exp
int mpfr_set_exp(mpfr_t x, mpfr_exp_t e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_f
int mpfr_set_f(mpfr_t rop, mpf_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_flt
int mpfr_set_flt(mpfr_t rop, float op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_inexflag
void mpfr_set_inexflag()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_inf
void mpfr_set_inf(mpfr_t x, int sign)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_ld
int mpfr_set_ld(mpfr_t rop, real op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_nan
void mpfr_set_nan(mpfr_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_nanflag
void mpfr_set_nanflag()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_overflow
void mpfr_set_overflow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_prec
void mpfr_set_prec(mpfr_t x, mpfr_prec_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_prec_raw
void mpfr_set_prec_raw(mpfr_t x, mpfr_prec_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_q
int mpfr_set_q(mpfr_t rop, mpq_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_si
int mpfr_set_si(mpfr_t rop, c_long op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_si_2exp
int mpfr_set_si_2exp(mpfr_t rop, c_long op, mpfr_exp_t e, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_sj
int mpfr_set_sj(mpfr_t rop, intmax_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_sj_2exp
int mpfr_set_sj_2exp(mpfr_t rop, intmax_t op, intmax_t e, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_str
int mpfr_set_str(mpfr_t rop, const(char)* s, int base, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_ui
int mpfr_set_ui(mpfr_t rop, c_ulong op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_ui_2exp
int mpfr_set_ui_2exp(mpfr_t rop, c_ulong op, mpfr_exp_t e, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_uj
int mpfr_set_uj(mpfr_t rop, uintmax_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_uj_2exp
int mpfr_set_uj_2exp(mpfr_t rop, uintmax_t op, intmax_t e, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_underflow
void mpfr_set_underflow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_z
int mpfr_set_z(mpfr_t rop, mpz_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_z_2exp
int mpfr_set_z_2exp(mpfr_t rop, mpz_t op, mpfr_exp_t e, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_set_zero
void mpfr_set_zero(mpfr_t x, int sign)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_setsign
int mpfr_setsign(mpfr_t rop, mpfr_t op, int s, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_si_div
int mpfr_si_div(mpfr_t rop, c_long op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_si_sub
int mpfr_si_sub(mpfr_t rop, c_long op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_signbit
int mpfr_signbit(mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sin
int mpfr_sin(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sin_cos
int mpfr_sin_cos(mpfr_t sop, mpfr_t cop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sinh
int mpfr_sinh(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sinh_cosh
int mpfr_sinh_cosh(mpfr_t sop, mpfr_t cop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_snprintf
int mpfr_snprintf(char* buf, size_t n, const(char)* tmpl, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sprintf
int mpfr_sprintf(char* buf, const(char)* tmpl, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sqr
int mpfr_sqr(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sqrt
int mpfr_sqrt(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sqrt_ui
int mpfr_sqrt_ui(mpfr_t rop, c_ulong op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_strtofr
int mpfr_strtofr(mpfr_t rop, const(char)* nptr, char** endptr, int base, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sub
int mpfr_sub(mpfr_t rop, mpfr_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sub_d
int mpfr_sub_d(mpfr_t rop, mpfr_t op1, double op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sub_q
int mpfr_sub_q(mpfr_t rop, mpfr_t op1, mpq_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sub_si
int mpfr_sub_si(mpfr_t rop, mpfr_t op1, c_long op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sub_ui
int mpfr_sub_ui(mpfr_t rop, mpfr_t op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sub_z
int mpfr_sub_z(mpfr_t rop, mpfr_t op1, mpz_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_subnormalize
int mpfr_subnormalize(mpfr_t x, int t, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_sum
int mpfr_sum(mpfr_t rop, mpfr_ptr tab, c_long n, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_swap
void mpfr_swap(mpfr_t x, mpfr_t y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_tan
int mpfr_tan(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_tanh
int mpfr_tanh(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_trunc
int mpfr_trunc(mpfr_t rop, mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_ui_div
int mpfr_ui_div(mpfr_t rop, c_ulong op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_ui_pow
int mpfr_ui_pow(mpfr_t rop, c_ulong op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_ui_pow_ui
int mpfr_ui_pow_ui(mpfr_t rop, c_ulong op1, c_ulong op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_ui_sub
int mpfr_ui_sub(mpfr_t rop, c_ulong op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_underflow_p
int mpfr_underflow_p()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_unordered_p
int mpfr_unordered_p(mpfr_t op1, mpfr_t op2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_vasprintf
int mpfr_vasprintf(char** str, const(char)* tmpl, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_vfprintf
int mpfr_vfprintf(FILE* stream, const(char)* tmpl, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_vprintf
int mpfr_vprintf(const(char)* tmpl, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_vsnprintf
int mpfr_vsnprintf(char* buf, size_t n, const(char)* tmpl, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_vsprintf
int mpfr_vsprintf(char* buf, const(char)* tmpl, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_y0
int mpfr_y0(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_y1
int mpfr_y1(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_yn
int mpfr_yn(mpfr_t rop, c_long n, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_z_sub
int mpfr_z_sub(mpfr_t rop, mpz_t op1, mpfr_t op2, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_zero_p
int mpfr_zero_p(mpfr_t op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_zeta
int mpfr_zeta(mpfr_t rop, mpfr_t op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpfr_zeta_ui
int mpfr_zeta_ui(mpfr_t rop, c_ulong op, mpfr_rnd_t rnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

__mpfr_struct
struct __mpfr_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta