| mpfr_libmpfr_remquo Method |
| Name | Description | |
|---|---|---|
| mpfr_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).
| |
| mpfr_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).
|