Esempio n. 1
0
 public void Erfc(Rounding?rnd                  = null) => Erfc(this, this, rnd);
Esempio n. 2
0
 public void Max(BigFloat op2, Rounding?rnd = null) => Max(this, this, op2, rnd);
Esempio n. 3
0
 public void SetSign(int s, Rounding?rnd         = null) => SetSign(this, this, s, rnd);
Esempio n. 4
0
 public int Fmod(BigFloat r, BigFloat y, Rounding?rnd               = null) => Fmod(r, this, y, rnd);
Esempio n. 5
0
 public int Remquo(BigFloat r, ref long q, BigFloat y, Rounding?rnd = null) => Remquo(r, ref q, this, y, rnd);
Esempio n. 6
0
 public void RintRound(Rounding?rnd = null) => RintRound(this, this, rnd);
Esempio n. 7
0
 public void Frac(Rounding?rnd      = null) => Frac(this, this, rnd);
Esempio n. 8
0
 public void Fms(BigFloat op2, BigFloat op3, Rounding?rnd = null) => Fms(this, this, op2, op3, rnd);
Esempio n. 9
0
 public void Agm(BigFloat op2, Rounding?rnd = null) => Agm(this, this, op2, rnd);
Esempio n. 10
0
 public void Y1(Rounding?rnd         = null) => Y1(this, this, rnd);
Esempio n. 11
0
 public void Yn(long n, Rounding?rnd = null) => Yn(this, n, this, rnd);
Esempio n. 12
0
 public void Y0(Rounding?rnd         = null) => Y0(this, this, rnd);
Esempio n. 13
0
 public void J1(Rounding?rnd         = null) => J1(this, this, rnd);
Esempio n. 14
0
 public void J0(Rounding?rnd         = null) => J0(this, this, rnd);
Esempio n. 15
0
 public void RintCeil(Rounding?rnd  = null) => RintCeil(this, this, rnd);
Esempio n. 16
0
 public void Hypot(BigFloat y, Rounding?rnd = null) => Hypot(this, this, y, rnd);
Esempio n. 17
0
 public void RintFloor(Rounding?rnd = null) => RintFloor(this, this, rnd);
Esempio n. 18
0
 public void Ai(Rounding?rnd           = null) => Ai(this, this, rnd);
Esempio n. 19
0
 public void RintTrunc(Rounding?rnd = null) => RintTrunc(this, this, rnd);
Esempio n. 20
0
 public void ConstLog2(Rounding?rnd    = null) => ConstLog2(this, rnd);
Esempio n. 21
0
 public int Modf(BigFloat iop, BigFloat fop, Rounding?rnd           = null) => Modf(iop, fop, this, rnd);
Esempio n. 22
0
 public void ConstPi(Rounding?rnd      = null) => ConstPi(this, rnd);
Esempio n. 23
0
 public int Remainder(BigFloat r, BigFloat y, Rounding?rnd          = null) => Remainder(r, this, y, rnd);
Esempio n. 24
0
 public void ConstEuler(Rounding?rnd   = null) => ConstEuler(this, rnd);
Esempio n. 25
0
 public int PrecRound(ulong prec, Rounding?rnd = null) => PrecRound(this, prec, rnd);
Esempio n. 26
0
 public void ConstCatalan(Rounding?rnd = null) => ConstCatalan(this, rnd);
Esempio n. 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));
Esempio n. 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));
Esempio n. 29
0
 public void CopySign(BigFloat op2, Rounding?rnd = null) => CopySign(this, this, op2, rnd);
Esempio n. 30
0
 public void Zeta(ulong op, Rounding?rnd        = null) => Zeta(this, op, rnd);