Lines Matching refs:Real
75 typedef mpfr::mpreal Real;
78 …static inline Real highest (long Precision = mpfr::mpreal::get_default_prec()) { return mpfr::ma…
79 …static inline Real lowest (long Precision = mpfr::mpreal::get_default_prec()) { return -mpfr::ma…
82 …static inline Real Pi (long Precision = mpfr::mpreal::get_default_prec()) { return mpfr::con…
83 …static inline Real Euler (long Precision = mpfr::mpreal::get_default_prec()) { return mpfr::con…
84 …static inline Real Log2 (long Precision = mpfr::mpreal::get_default_prec()) { return mpfr::con…
85 …static inline Real Catalan (long Precision = mpfr::mpreal::get_default_prec()) { return mpfr::con…
87 …static inline Real epsilon (long Precision = mpfr::mpreal::get_default_prec()) { return mpfr::mac…
88 …static inline Real epsilon (const Real& x) { return mpfr::mac…
91 …ecision = mpfr::mpreal::get_default_prec()) { return std::numeric_limits<Real>::digits10(Precisio…
92 …static inline int digits10 (const Real& x) { return std::nume…
95 static inline Real dummy_precision()