Click or drag to resize
mpfr_libmpfr_remquo Method
Overload List
  NameDescription
Public methodStatic memberCode examplempfr_remquo(mpfr_t, ptrInt32, mpfr_t, mpfr_t, mpfr_rnd_t)
Set r to the value of x - n * y, rounded according to the direction rnd, where n is the integer quotient of x divided by y, rounded to the nearest integer (ties rounded to even).
Public methodStatic memberCode examplempfr_remquo(mpfr_t, Int32, mpfr_t, mpfr_t, mpfr_rnd_t)
Set r to the value of x - n * y, rounded according to the direction rnd, where n is the integer quotient of x divided by y, rounded to the nearest integer (ties rounded to even).
Top
See Also