Macaulay2 Engine
Loading...
Searching...
No Matches

◆ digits10() [1/2]

int std::numeric_limits< mpfr::mpreal >::digits10 ( const mpfr::mpreal & x)
inlinestatic

Definition at line 3330 of file mpreal.h.

3331 {
3332 return mpfr::bits2digits(x.getPrecision());
3333 }
int bits2digits(mp_prec_t b)
Definition mpreal.h:1969
volatile int x

References x.