Пример #1
0
 public void Erfc(Rounding?rnd                  = null) => Erfc(this, this, rnd);
Пример #2
0
 public void Max(BigFloat op2, Rounding?rnd = null) => Max(this, this, op2, rnd);
Пример #3
0
 public void SetSign(int s, Rounding?rnd         = null) => SetSign(this, this, s, rnd);
Пример #4
0
 public int Fmod(BigFloat r, BigFloat y, Rounding?rnd               = null) => Fmod(r, this, y, rnd);
Пример #5
0
 public int Remquo(BigFloat r, ref long q, BigFloat y, Rounding?rnd = null) => Remquo(r, ref q, this, y, rnd);
Пример #6
0
 public void RintRound(Rounding?rnd = null) => RintRound(this, this, rnd);
Пример #7
0
 public void Frac(Rounding?rnd      = null) => Frac(this, this, rnd);
Пример #8
0
 public void Fms(BigFloat op2, BigFloat op3, Rounding?rnd = null) => Fms(this, this, op2, op3, rnd);
Пример #9
0
 public void Agm(BigFloat op2, Rounding?rnd = null) => Agm(this, this, op2, rnd);
Пример #10
0
 public void Y1(Rounding?rnd         = null) => Y1(this, this, rnd);
Пример #11
0
 public void Yn(long n, Rounding?rnd = null) => Yn(this, n, this, rnd);
Пример #12
0
 public void Y0(Rounding?rnd         = null) => Y0(this, this, rnd);
Пример #13
0
 public void J1(Rounding?rnd         = null) => J1(this, this, rnd);
Пример #14
0
 public void J0(Rounding?rnd         = null) => J0(this, this, rnd);
Пример #15
0
 public void RintCeil(Rounding?rnd  = null) => RintCeil(this, this, rnd);
Пример #16
0
 public void Hypot(BigFloat y, Rounding?rnd = null) => Hypot(this, this, y, rnd);
Пример #17
0
 public void RintFloor(Rounding?rnd = null) => RintFloor(this, this, rnd);
Пример #18
0
 public void Ai(Rounding?rnd           = null) => Ai(this, this, rnd);
Пример #19
0
 public void RintTrunc(Rounding?rnd = null) => RintTrunc(this, this, rnd);
Пример #20
0
 public void ConstLog2(Rounding?rnd    = null) => ConstLog2(this, rnd);
Пример #21
0
 public int Modf(BigFloat iop, BigFloat fop, Rounding?rnd           = null) => Modf(iop, fop, this, rnd);
Пример #22
0
 public void ConstPi(Rounding?rnd      = null) => ConstPi(this, rnd);
Пример #23
0
 public int Remainder(BigFloat r, BigFloat y, Rounding?rnd          = null) => Remainder(r, this, y, rnd);
Пример #24
0
 public void ConstEuler(Rounding?rnd   = null) => ConstEuler(this, rnd);
Пример #25
0
 public int PrecRound(ulong prec, Rounding?rnd = null) => PrecRound(this, prec, rnd);
Пример #26
0
 public void ConstCatalan(Rounding?rnd = null) => ConstCatalan(this, rnd);
Пример #27
0
 public static void Sub(BigFloat rop, ulong op1, BigFloat op2, Rounding?rnd    = null) => mpfr_ui_sub(rop._value, op1, op2._value, GetRounding(rnd));
Пример #28
0
 public static void Add(BigFloat rop, BigFloat op1, double op2, Rounding?rnd   = null) => mpfr_add_d(rop._value, op1._value, op2, GetRounding(rnd));
Пример #29
0
 public void CopySign(BigFloat op2, Rounding?rnd = null) => CopySign(this, this, op2, rnd);
Пример #30
0
 public void Zeta(ulong op, Rounding?rnd        = null) => Zeta(this, op, rnd);