public static extern void mpfr_reldiff([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op1, [In, Out] mpfr_struct op2, int rnd);
示例#2
0
 public static extern int mpfr_abs([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op, int rnd);
示例#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);
示例#4
0
 public static extern int mpfr_rec_sqrt([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op, int rnd);
示例#5
0
 public static extern int mpfr_pow_si([In, Out] mpfr_struct rop, [In, Out] mpfr_struct op1, long op2, int rnd);
示例#6
0
 public static extern int mpfr_si_div([In, Out] mpfr_struct rop, long op1, [In, Out] mpfr_struct op2, int rnd);
示例#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);
示例#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);
示例#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);
示例#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);
示例#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);
示例#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);
示例#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);
示例#27
0
 public static extern void mpfr_inits([In, Out] mpfr_struct x, IntPtr args);
示例#28
0
 public static extern void mpfr_inits2(ulong prec, [In, Out] mpfr_struct x, IntPtr args);
示例#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);