public static extern void mpfr_reldiff([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op1, [In, Out] mpfr_struct op2, int rnd);
Ejemplo n.º 2
0
 public static extern int mpfr_abs([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op, int rnd);
Ejemplo n.º 3
0
 public static extern int mpfr_dim([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op1, [In, Out] mpfr_struct op2, int rnd);
Ejemplo n.º 4
0
 public static extern int mpfr_rec_sqrt([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op, int rnd);
Ejemplo n.º 5
0
 public static extern int mpfr_pow_si([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op1, long op2, int rnd);
Ejemplo n.º 6
0
 public static extern int mpfr_si_div([In, Out] mpfr_struct rop, long op1, [In, Out] mpfr_struct op2, int rnd);
Ejemplo n.º 7
0
 public static extern int mpfr_sqrt_ui([In, Out] mpfr_struct rop, ulong op, int rnd);
 public static extern long mpfr_custom_get_exp([In, Out] mpfr_struct x);
 public static extern void mpfr_custom_move([In, Out] mpfr_struct x, IntPtr new_position);
 public static extern int mpfr_custom_get_kind([In, Out] mpfr_struct x);
 public static extern IntPtr mpfr_custom_get_significand([In, Out] mpfr_struct x);
 public static extern void mpfr_custom_init_set([In, Out] mpfr_struct x, int kind, long exp, ulong prec, IntPtr significand);
 public static extern int mpfr_init_set_str([In, Out] mpfr_struct x, string s, int sbase, int rnd);
 public static extern int mpfr_div_2exp([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op1, ulong op2, int rnd);
Ejemplo n.º 15
0
 public static extern int mpfr_fits_intmax_p([In, Out] mpfr_struct op, int rnd);
 public static extern void mpfr_init2([In, Out] mpfr_struct x, ulong prec);
Ejemplo n.º 17
0
 public static extern void mpfr_clear([In, Out] mpfr_struct x);
 public static extern float mpfr_get_flt([In, Out] mpfr_struct op, int rnd);
Ejemplo n.º 19
0
 public static extern int mpfr_div_d([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op1, double op2, int rnd);
 public static extern double mpfr_get_d([In, Out] mpfr_struct op, int rnd);
Ejemplo n.º 21
0
 public static extern void mpfr_init([In, Out] mpfr_struct x);
 public static extern ulong mpfr_get_ui([In, Out] mpfr_struct op, int rnd);
Ejemplo n.º 23
0
 public static extern int mpfr_root([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op, ulong k, int rnd);
 public static extern double mpfr_get_d_2exp(ref long exp, [In, Out] mpfr_struct op, int rnd);
Ejemplo n.º 25
0
 public static extern int mpfr_ui_pow([In, Out] mpfr_struct rop, ulong op1, [In, Out] mpfr_struct op2, int rnd);
 public static extern int mpfr_frexp(ref long exp, [In, Out] mpfr_struct y, [In, Out] mpfr_struct x, int rnd);
Ejemplo n.º 27
0
 public static extern void mpfr_inits([In, Out] mpfr_struct x, IntPtr args);
Ejemplo n.º 28
0
 public static extern void mpfr_inits2(ulong prec, [In, Out] mpfr_struct x, IntPtr args);
Ejemplo n.º 29
0
 public static extern int mpfr_mul_2ui([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op1, ulong op2, int rnd);
 public static extern int mpfr_eq([In, Out] mpfr_struct op1, [In, Out] mpfr_struct op2, ulong op3);