| mpfr_libmpfr_fmodquo Method |
| Name | Description | |
|---|---|---|
| mpfr_fmodquo(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 toward zero.
| |
| mpfr_fmodquo(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 toward zero.
|