Macaulay2 Engine
Loading...
Searching...
No Matches
◆
rem()
const
mpreal
mpfr::rem
(
const
mpreal
&
x
,
const
mpreal
&
y
,
mp_rnd_t
rnd_mode
=
mpreal::get_default_rnd
()
)
inline
Definition at line
2628
of file
mpreal.h
.
2629
{
2630
/* R = rem(X,Y) if Y != 0, returns X - n * Y where n = trunc(X/Y). */
2631
return
fmod
(
x
, y, rnd_mode);
2632
}
mpfr::fmod
const mpreal fmod(const mpreal &x, unsigned long u, mp_rnd_t r=mpreal::get_default_rnd())
Definition
mpreal.h:2435
x
volatile int x
Definition
overflow-test.cpp:68
mpfr
Generated on
for Macaulay2 Engine by
1.15.0