|
Macaulay2 Engine
|
#include <mpreal.h>
Static Public Member Functions | |
| static mpfr::mpreal | min (mp_prec_t precision=mpfr::mpreal::get_default_prec()) |
| static mpfr::mpreal | max (mp_prec_t precision=mpfr::mpreal::get_default_prec()) |
| static mpfr::mpreal | lowest (mp_prec_t precision=mpfr::mpreal::get_default_prec()) |
| static mpfr::mpreal | epsilon (mp_prec_t precision=mpfr::mpreal::get_default_prec()) |
| static mpfr::mpreal | epsilon (const mpfr::mpreal &x) |
| static mpfr::mpreal | round_error (mp_prec_t precision=mpfr::mpreal::get_default_prec()) |
| static const mpfr::mpreal | infinity () |
| static const mpfr::mpreal | quiet_NaN () |
| static const mpfr::mpreal | signaling_NaN () |
| static const mpfr::mpreal | denorm_min () |
| static float_round_style | round_style () |
| static int | digits () |
| static int | digits (const mpfr::mpreal &x) |
| static int | digits10 (mp_prec_t precision=mpfr::mpreal::get_default_prec()) |
| static int | digits10 (const mpfr::mpreal &x) |
| static int | max_digits10 (mp_prec_t precision=mpfr::mpreal::get_default_prec()) |
Static Public Attributes | |
| static const bool | is_specialized = true |
| static const bool | is_signed = true |
| static const bool | is_integer = false |
| static const bool | is_exact = false |
| static const int | radix = 2 |
| static const bool | has_infinity = true |
| static const bool | has_quiet_NaN = true |
| static const bool | has_signaling_NaN = true |
| static const bool | is_iec559 = true |
| static const bool | is_bounded = true |
| static const bool | is_modulo = false |
| static const bool | traps = true |
| static const bool | tinyness_before = true |
| static const float_denorm_style | has_denorm = denorm_absent |
| static const int | min_exponent = MPFR_EMIN_DEFAULT |
| static const int | max_exponent = MPFR_EMAX_DEFAULT |
| static MPREAL_PERMISSIVE_EXPR const int | min_exponent10 = (int) (MPFR_EMIN_DEFAULT * 0.3010299956639811) |
| static MPREAL_PERMISSIVE_EXPR const int | max_exponent10 = (int) (MPFR_EMAX_DEFAULT * 0.3010299956639811) |