Skip to main content

SplitFloatConsts

Trait SplitFloatConsts 

Source
pub trait SplitFloatConsts<T = Self>: CompensatedLogTable<T> {
Show 118 associated constants and 0 method const NEG_ZERO: Compensated<T>; const E: Compensated<T>; const EULER_GAMMA: Compensated<T>; const PI_SQUARED: Compensated<T>; const PI_CUBED: Compensated<T>; const PI_FOURTH: Compensated<T>; const FRAC_1_PI: Compensated<T>; const FRAC_1_SQRT_2: Compensated<T>; const FRAC_1_SQRT_3: Compensated<T>; const FRAC_1_SQRT_5: Compensated<T>; const FRAC_2_PI: Compensated<T>; const FRAC_1_SQRT_PI: Compensated<T>; const FRAC_1_SQRT_SQRT_PI: Compensated<T>; const FRAC_2_SQRT_PI: Compensated<T>; const FRAC_SQRT_PI_2: Compensated<T>; const FRAC_1_SQRT_TAU: Compensated<T>; const FRAC_PI_2: Compensated<T>; const FRAC_PI_3: Compensated<T>; const FRAC_PI_4: Compensated<T>; const FRAC_PI_6: Compensated<T>; const FRAC_PI_8: Compensated<T>; const FRAC_PI_180: Compensated<T>; const FRAC_180_PI: Compensated<T>; const LN_2: Compensated<T>; const LN_10: Compensated<T>; const LN_PI: Compensated<T>; const LN_TAU: Compensated<T>; const LN_9: Compensated<T>; const NINE_LN_9_HI: Compensated<T>; const NINE_LN_9_LO: Compensated<T>; const FRAC_LN_PI_2: Compensated<T>; const FRAC_LN_TAU_2: Compensated<T>; const LOG2_10: Compensated<T>; const LOG2_E: Compensated<T>; const LOG2_PI: Compensated<T>; const LOG10_2: Compensated<T>; const LOG10_E: Compensated<T>; const PI: Compensated<T>; const SQRT_2: Compensated<T>; const SQRT_3: Compensated<T>; const SQRT_5: Compensated<T>; const SQRT_E: Compensated<T>; const EPSILON: Compensated<T>; const SQRT_EPSILON: Compensated<T>; const FOURTH_ROOT_EPSILON: Compensated<T>; const TAU: Compensated<T>; const SQRT_FRAC_PI_2: Compensated<T>; const SQRT_TAU: Compensated<T>; const PHI: Compensated<T>; const FRAC_1_PHI: Compensated<T>; const FRAC_1_PHI_SQUARED: Compensated<T>; const GOLDEN_ANGLE: Compensated<T>; const FRAC_1_3: Compensated<T>; const FRAC_2_3: Compensated<T>; const FRAC_1_4: Compensated<T>; const FRAC_1_6: Compensated<T>; const FRAC_1_E: Compensated<T>; const FRAC_NEG_1_E: Compensated<T>; const FRAC_1_2: Compensated<T>; const FRAC_3_4: Compensated<T>; const LN_LN_2: Compensated<T>; const SQRT_LN_4: Compensated<T>; const FRAC_2PI_3: Compensated<T>; const FRAC_3PI_4: Compensated<T>; const FRAC_4PI_3: Compensated<T>; const FOUR_PI: Compensated<T>; const FRAC_1_4PI: Compensated<T>; const FRAC_1_TAU: Compensated<T>; const SQRT_PI: Compensated<T>; const PI_MINUS_3: Compensated<T>; const FOUR_MINUS_PI: Compensated<T>; const PI_POW_E: Compensated<T>; const CBRT_2: Compensated<T>; const CBRT_3: Compensated<T>; const CBRT_PI: Compensated<T>; const FRAC_1_CBRT_PI: Compensated<T>; const FRAC_1_SQRT_E: Compensated<T>; const E_POW_PI: Compensated<T>; const GELFOND_SCHNEIDER: Compensated<T>; const SIN_1: Compensated<T>; const COS_1: Compensated<T>; const TAN_1: Compensated<T>; const SINH_1: Compensated<T>; const COSH_1: Compensated<T>; const TANH_1: Compensated<T>; const LN_PHI: Compensated<T>; const FRAC_1_LN_PHI: Compensated<T>; const FRAC_1_EULER_GAMMA: Compensated<T>; const EULER_GAMMA_SQUARED: Compensated<T>; const ZETA_2: Compensated<T>; const ZETA_3: Compensated<T>; const ZETA_4: Compensated<T>; const CATALAN: Compensated<T>; const GLAISHER: Compensated<T>; const KHINCHIN: Compensated<T>; const LEVY: Compensated<T>; const EXTREME_VALUE_SKEWNESS: Compensated<T>; const RAYLEIGH_SKEWNESS: Compensated<T>; const RAYLEIGH_KURTOSIS_EXCESS: Compensated<T>; const RAYLEIGH_KURTOSIS: Compensated<T>; const FEIGENBAUM_DELTA: Compensated<T>; const PLASTIC_RATIO: Compensated<T>; const FRAC_1_PLASTIC_RATIO: Compensated<T>; const FRAC_1_PLASTIC_RATIO_SQUARED: Compensated<T>; const GAUSS: Compensated<T>; const LEMNISCATE: Compensated<T>; const DOTTIE: Compensated<T>; const OMEGA: Compensated<T>; const PSI: Compensated<T>; const LAPLACE_LIMIT: Compensated<T>; const ERDOS_BORWEIN: Compensated<T>; const NIVEN: Compensated<T>; const SOLDNER: Compensated<T>; const FRANSEN_ROBINSON: Compensated<T>; const GOLOMB_DICKMAN: Compensated<T>; const TWIN_PRIME: Compensated<T>; const MERTENS: Compensated<T>; const ARTIN: Compensated<T>;
}

Required Associated Constants§

Source

const NEG_ZERO: Compensated<T>

Source

const E: Compensated<T>

Source

const EULER_GAMMA: Compensated<T>

Source

const PI_SQUARED: Compensated<T>

Source

const PI_CUBED: Compensated<T>

Source

const PI_FOURTH: Compensated<T>

Source

const FRAC_1_PI: Compensated<T>

Source

const FRAC_1_SQRT_2: Compensated<T>

Source

const FRAC_1_SQRT_3: Compensated<T>

Source

const FRAC_1_SQRT_5: Compensated<T>

Source

const FRAC_2_PI: Compensated<T>

Source

const FRAC_1_SQRT_PI: Compensated<T>

Source

const FRAC_1_SQRT_SQRT_PI: Compensated<T>

Source

const FRAC_2_SQRT_PI: Compensated<T>

Source

const FRAC_SQRT_PI_2: Compensated<T>

Source

const FRAC_1_SQRT_TAU: Compensated<T>

Source

const FRAC_PI_2: Compensated<T>

Source

const FRAC_PI_3: Compensated<T>

Source

const FRAC_PI_4: Compensated<T>

Source

const FRAC_PI_6: Compensated<T>

Source

const FRAC_PI_8: Compensated<T>

Source

const FRAC_PI_180: Compensated<T>

Source

const FRAC_180_PI: Compensated<T>

Source

const LN_2: Compensated<T>

Source

const LN_10: Compensated<T>

Source

const LN_PI: Compensated<T>

Source

const LN_TAU: Compensated<T>

Source

const LN_9: Compensated<T>

Source

const NINE_LN_9_HI: Compensated<T>

Source

const NINE_LN_9_LO: Compensated<T>

Source

const FRAC_LN_PI_2: Compensated<T>

Source

const FRAC_LN_TAU_2: Compensated<T>

Source

const LOG2_10: Compensated<T>

Source

const LOG2_E: Compensated<T>

Source

const LOG2_PI: Compensated<T>

Source

const LOG10_2: Compensated<T>

Source

const LOG10_E: Compensated<T>

Source

const PI: Compensated<T>

Source

const SQRT_2: Compensated<T>

Source

const SQRT_3: Compensated<T>

Source

const SQRT_5: Compensated<T>

Source

const SQRT_E: Compensated<T>

Source

const EPSILON: Compensated<T>

Source

const SQRT_EPSILON: Compensated<T>

Source

const FOURTH_ROOT_EPSILON: Compensated<T>

Source

const TAU: Compensated<T>

Source

const SQRT_FRAC_PI_2: Compensated<T>

Source

const SQRT_TAU: Compensated<T>

Source

const PHI: Compensated<T>

Source

const FRAC_1_PHI: Compensated<T>

Source

const FRAC_1_PHI_SQUARED: Compensated<T>

Source

const GOLDEN_ANGLE: Compensated<T>

Source

const FRAC_1_3: Compensated<T>

Source

const FRAC_2_3: Compensated<T>

Source

const FRAC_1_4: Compensated<T>

Source

const FRAC_1_6: Compensated<T>

Source

const FRAC_1_E: Compensated<T>

Source

const FRAC_NEG_1_E: Compensated<T>

Source

const FRAC_1_2: Compensated<T>

Source

const FRAC_3_4: Compensated<T>

Source

const LN_LN_2: Compensated<T>

Source

const SQRT_LN_4: Compensated<T>

Source

const FRAC_2PI_3: Compensated<T>

Source

const FRAC_3PI_4: Compensated<T>

Source

const FRAC_4PI_3: Compensated<T>

Source

const FOUR_PI: Compensated<T>

Source

const FRAC_1_4PI: Compensated<T>

Source

const FRAC_1_TAU: Compensated<T>

Source

const SQRT_PI: Compensated<T>

Source

const PI_MINUS_3: Compensated<T>

Source

const FOUR_MINUS_PI: Compensated<T>

Source

const PI_POW_E: Compensated<T>

Source

const CBRT_2: Compensated<T>

Source

const CBRT_3: Compensated<T>

Source

const CBRT_PI: Compensated<T>

Source

const FRAC_1_CBRT_PI: Compensated<T>

Source

const FRAC_1_SQRT_E: Compensated<T>

Source

const E_POW_PI: Compensated<T>

Source

const GELFOND_SCHNEIDER: Compensated<T>

Source

const SIN_1: Compensated<T>

Source

const COS_1: Compensated<T>

Source

const TAN_1: Compensated<T>

Source

const SINH_1: Compensated<T>

Source

const COSH_1: Compensated<T>

Source

const TANH_1: Compensated<T>

Source

const LN_PHI: Compensated<T>

Source

const FRAC_1_LN_PHI: Compensated<T>

Source

const FRAC_1_EULER_GAMMA: Compensated<T>

Source

const EULER_GAMMA_SQUARED: Compensated<T>

Source

const ZETA_2: Compensated<T>

Source

const ZETA_3: Compensated<T>

Source

const ZETA_4: Compensated<T>

Source

const CATALAN: Compensated<T>

Source

const GLAISHER: Compensated<T>

Source

const KHINCHIN: Compensated<T>

Source

const LEVY: Compensated<T>

Source

const EXTREME_VALUE_SKEWNESS: Compensated<T>

Source

const RAYLEIGH_SKEWNESS: Compensated<T>

Source

const RAYLEIGH_KURTOSIS_EXCESS: Compensated<T>

Source

const RAYLEIGH_KURTOSIS: Compensated<T>

Source

const FEIGENBAUM_DELTA: Compensated<T>

Source

const PLASTIC_RATIO: Compensated<T>

Source

const FRAC_1_PLASTIC_RATIO: Compensated<T>

Source

const FRAC_1_PLASTIC_RATIO_SQUARED: Compensated<T>

Source

const GAUSS: Compensated<T>

Source

const LEMNISCATE: Compensated<T>

Source

const DOTTIE: Compensated<T>

Source

const OMEGA: Compensated<T>

Source

const PSI: Compensated<T>

Source

const LAPLACE_LIMIT: Compensated<T>

Source

const ERDOS_BORWEIN: Compensated<T>

Source

const NIVEN: Compensated<T>

Source

const SOLDNER: Compensated<T>

Source

const FRANSEN_ROBINSON: Compensated<T>

Source

const GOLOMB_DICKMAN: Compensated<T>

Source

const TWIN_PRIME: Compensated<T>

Source

const MERTENS: Compensated<T>

Source

const ARTIN: Compensated<T>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl SplitFloatConsts for f32

Source§

const NEG_ZERO: Compensated<f32>

Source§

const E: Compensated<f32>

Source§

const EULER_GAMMA: Compensated<f32>

Source§

const PI_SQUARED: Compensated<f32>

Source§

const PI_CUBED: Compensated<f32>

Source§

const PI_FOURTH: Compensated<f32>

Source§

const FRAC_1_PI: Compensated<f32>

Source§

const FRAC_1_SQRT_2: Compensated<f32>

Source§

const FRAC_1_SQRT_3: Compensated<f32>

Source§

const FRAC_1_SQRT_5: Compensated<f32>

Source§

const FRAC_2_PI: Compensated<f32>

Source§

const FRAC_1_SQRT_PI: Compensated<f32>

Source§

const FRAC_1_SQRT_SQRT_PI: Compensated<f32>

Source§

const FRAC_2_SQRT_PI: Compensated<f32>

Source§

const FRAC_SQRT_PI_2: Compensated<f32>

Source§

const FRAC_1_SQRT_TAU: Compensated<f32>

Source§

const FRAC_PI_2: Compensated<f32>

Source§

const FRAC_PI_3: Compensated<f32>

Source§

const FRAC_PI_4: Compensated<f32>

Source§

const FRAC_PI_6: Compensated<f32>

Source§

const FRAC_PI_8: Compensated<f32>

Source§

const FRAC_PI_180: Compensated<f32>

Source§

const FRAC_180_PI: Compensated<f32>

Source§

const LN_2: Compensated<f32>

Source§

const LN_10: Compensated<f32>

Source§

const LN_PI: Compensated<f32>

Source§

const LN_TAU: Compensated<f32>

Source§

const LN_9: Compensated<f32>

Source§

const NINE_LN_9_HI: Compensated<f32>

Source§

const NINE_LN_9_LO: Compensated<f32>

Source§

const FRAC_LN_PI_2: Compensated<f32>

Source§

const FRAC_LN_TAU_2: Compensated<f32>

Source§

const LOG2_10: Compensated<f32>

Source§

const LOG2_E: Compensated<f32>

Source§

const LOG2_PI: Compensated<f32>

Source§

const LOG10_2: Compensated<f32>

Source§

const LOG10_E: Compensated<f32>

Source§

const PI: Compensated<f32>

Source§

const SQRT_2: Compensated<f32>

Source§

const SQRT_3: Compensated<f32>

Source§

const SQRT_5: Compensated<f32>

Source§

const SQRT_E: Compensated<f32>

Source§

const EPSILON: Compensated<f32>

Source§

const SQRT_EPSILON: Compensated<f32>

Source§

const FOURTH_ROOT_EPSILON: Compensated<f32>

Source§

const TAU: Compensated<f32>

Source§

const SQRT_FRAC_PI_2: Compensated<f32>

Source§

const SQRT_TAU: Compensated<f32>

Source§

const PHI: Compensated<f32>

Source§

const FRAC_1_PHI: Compensated<f32>

Source§

const FRAC_1_PHI_SQUARED: Compensated<f32>

Source§

const GOLDEN_ANGLE: Compensated<f32>

Source§

const FRAC_1_3: Compensated<f32>

Source§

const FRAC_2_3: Compensated<f32>

Source§

const FRAC_1_4: Compensated<f32>

Source§

const FRAC_1_6: Compensated<f32>

Source§

const FRAC_1_E: Compensated<f32>

Source§

const FRAC_NEG_1_E: Compensated<f32>

Source§

const FRAC_1_2: Compensated<f32>

Source§

const FRAC_3_4: Compensated<f32>

Source§

const LN_LN_2: Compensated<f32>

Source§

const SQRT_LN_4: Compensated<f32>

Source§

const FRAC_2PI_3: Compensated<f32>

Source§

const FRAC_3PI_4: Compensated<f32>

Source§

const FRAC_4PI_3: Compensated<f32>

Source§

const FOUR_PI: Compensated<f32>

Source§

const FRAC_1_4PI: Compensated<f32>

Source§

const FRAC_1_TAU: Compensated<f32>

Source§

const SQRT_PI: Compensated<f32>

Source§

const PI_MINUS_3: Compensated<f32>

Source§

const FOUR_MINUS_PI: Compensated<f32>

Source§

const PI_POW_E: Compensated<f32>

Source§

const CBRT_2: Compensated<f32>

Source§

const CBRT_3: Compensated<f32>

Source§

const CBRT_PI: Compensated<f32>

Source§

const FRAC_1_CBRT_PI: Compensated<f32>

Source§

const FRAC_1_SQRT_E: Compensated<f32>

Source§

const E_POW_PI: Compensated<f32>

Source§

const GELFOND_SCHNEIDER: Compensated<f32>

Source§

const SIN_1: Compensated<f32>

Source§

const COS_1: Compensated<f32>

Source§

const TAN_1: Compensated<f32>

Source§

const SINH_1: Compensated<f32>

Source§

const COSH_1: Compensated<f32>

Source§

const TANH_1: Compensated<f32>

Source§

const LN_PHI: Compensated<f32>

Source§

const FRAC_1_LN_PHI: Compensated<f32>

Source§

const FRAC_1_EULER_GAMMA: Compensated<f32>

Source§

const EULER_GAMMA_SQUARED: Compensated<f32>

Source§

const ZETA_2: Compensated<f32>

Source§

const ZETA_3: Compensated<f32>

Source§

const ZETA_4: Compensated<f32>

Source§

const CATALAN: Compensated<f32>

Source§

const GLAISHER: Compensated<f32>

Source§

const KHINCHIN: Compensated<f32>

Source§

const LEVY: Compensated<f32>

Source§

const EXTREME_VALUE_SKEWNESS: Compensated<f32>

Source§

const RAYLEIGH_SKEWNESS: Compensated<f32>

Source§

const RAYLEIGH_KURTOSIS_EXCESS: Compensated<f32>

Source§

const RAYLEIGH_KURTOSIS: Compensated<f32>

Source§

const FEIGENBAUM_DELTA: Compensated<f32>

Source§

const PLASTIC_RATIO: Compensated<f32>

Source§

const FRAC_1_PLASTIC_RATIO: Compensated<f32>

Source§

const FRAC_1_PLASTIC_RATIO_SQUARED: Compensated<f32>

Source§

const GAUSS: Compensated<f32>

Source§

const LEMNISCATE: Compensated<f32>

Source§

const DOTTIE: Compensated<f32>

Source§

const OMEGA: Compensated<f32>

Source§

const PSI: Compensated<f32>

Source§

const LAPLACE_LIMIT: Compensated<f32>

Source§

const ERDOS_BORWEIN: Compensated<f32>

Source§

const NIVEN: Compensated<f32>

Source§

const SOLDNER: Compensated<f32>

Source§

const FRANSEN_ROBINSON: Compensated<f32>

Source§

const GOLOMB_DICKMAN: Compensated<f32>

Source§

const TWIN_PRIME: Compensated<f32>

Source§

const MERTENS: Compensated<f32>

Source§

const ARTIN: Compensated<f32>

Source§

impl SplitFloatConsts for f64

Source§

const NEG_ZERO: Compensated<f64>

Source§

const E: Compensated<f64>

Source§

const EULER_GAMMA: Compensated<f64>

Source§

const PI_SQUARED: Compensated<f64>

Source§

const PI_CUBED: Compensated<f64>

Source§

const PI_FOURTH: Compensated<f64>

Source§

const FRAC_1_PI: Compensated<f64>

Source§

const FRAC_1_SQRT_2: Compensated<f64>

Source§

const FRAC_1_SQRT_3: Compensated<f64>

Source§

const FRAC_1_SQRT_5: Compensated<f64>

Source§

const FRAC_2_PI: Compensated<f64>

Source§

const FRAC_1_SQRT_PI: Compensated<f64>

Source§

const FRAC_1_SQRT_SQRT_PI: Compensated<f64>

Source§

const FRAC_2_SQRT_PI: Compensated<f64>

Source§

const FRAC_SQRT_PI_2: Compensated<f64>

Source§

const FRAC_1_SQRT_TAU: Compensated<f64>

Source§

const FRAC_PI_2: Compensated<f64>

Source§

const FRAC_PI_3: Compensated<f64>

Source§

const FRAC_PI_4: Compensated<f64>

Source§

const FRAC_PI_6: Compensated<f64>

Source§

const FRAC_PI_8: Compensated<f64>

Source§

const FRAC_PI_180: Compensated<f64>

Source§

const FRAC_180_PI: Compensated<f64>

Source§

const LN_2: Compensated<f64>

Source§

const LN_10: Compensated<f64>

Source§

const LN_PI: Compensated<f64>

Source§

const LN_TAU: Compensated<f64>

Source§

const LN_9: Compensated<f64>

Source§

const NINE_LN_9_HI: Compensated<f64>

Source§

const NINE_LN_9_LO: Compensated<f64>

Source§

const FRAC_LN_PI_2: Compensated<f64>

Source§

const FRAC_LN_TAU_2: Compensated<f64>

Source§

const LOG2_10: Compensated<f64>

Source§

const LOG2_E: Compensated<f64>

Source§

const LOG2_PI: Compensated<f64>

Source§

const LOG10_2: Compensated<f64>

Source§

const LOG10_E: Compensated<f64>

Source§

const PI: Compensated<f64>

Source§

const SQRT_2: Compensated<f64>

Source§

const SQRT_3: Compensated<f64>

Source§

const SQRT_5: Compensated<f64>

Source§

const SQRT_E: Compensated<f64>

Source§

const EPSILON: Compensated<f64>

Source§

const SQRT_EPSILON: Compensated<f64>

Source§

const FOURTH_ROOT_EPSILON: Compensated<f64>

Source§

const TAU: Compensated<f64>

Source§

const SQRT_FRAC_PI_2: Compensated<f64>

Source§

const SQRT_TAU: Compensated<f64>

Source§

const PHI: Compensated<f64>

Source§

const FRAC_1_PHI: Compensated<f64>

Source§

const FRAC_1_PHI_SQUARED: Compensated<f64>

Source§

const GOLDEN_ANGLE: Compensated<f64>

Source§

const FRAC_1_3: Compensated<f64>

Source§

const FRAC_2_3: Compensated<f64>

Source§

const FRAC_1_4: Compensated<f64>

Source§

const FRAC_1_6: Compensated<f64>

Source§

const FRAC_1_E: Compensated<f64>

Source§

const FRAC_NEG_1_E: Compensated<f64>

Source§

const FRAC_1_2: Compensated<f64>

Source§

const FRAC_3_4: Compensated<f64>

Source§

const LN_LN_2: Compensated<f64>

Source§

const SQRT_LN_4: Compensated<f64>

Source§

const FRAC_2PI_3: Compensated<f64>

Source§

const FRAC_3PI_4: Compensated<f64>

Source§

const FRAC_4PI_3: Compensated<f64>

Source§

const FOUR_PI: Compensated<f64>

Source§

const FRAC_1_4PI: Compensated<f64>

Source§

const FRAC_1_TAU: Compensated<f64>

Source§

const SQRT_PI: Compensated<f64>

Source§

const PI_MINUS_3: Compensated<f64>

Source§

const FOUR_MINUS_PI: Compensated<f64>

Source§

const PI_POW_E: Compensated<f64>

Source§

const CBRT_2: Compensated<f64>

Source§

const CBRT_3: Compensated<f64>

Source§

const CBRT_PI: Compensated<f64>

Source§

const FRAC_1_CBRT_PI: Compensated<f64>

Source§

const FRAC_1_SQRT_E: Compensated<f64>

Source§

const E_POW_PI: Compensated<f64>

Source§

const GELFOND_SCHNEIDER: Compensated<f64>

Source§

const SIN_1: Compensated<f64>

Source§

const COS_1: Compensated<f64>

Source§

const TAN_1: Compensated<f64>

Source§

const SINH_1: Compensated<f64>

Source§

const COSH_1: Compensated<f64>

Source§

const TANH_1: Compensated<f64>

Source§

const LN_PHI: Compensated<f64>

Source§

const FRAC_1_LN_PHI: Compensated<f64>

Source§

const FRAC_1_EULER_GAMMA: Compensated<f64>

Source§

const EULER_GAMMA_SQUARED: Compensated<f64>

Source§

const ZETA_2: Compensated<f64>

Source§

const ZETA_3: Compensated<f64>

Source§

const ZETA_4: Compensated<f64>

Source§

const CATALAN: Compensated<f64>

Source§

const GLAISHER: Compensated<f64>

Source§

const KHINCHIN: Compensated<f64>

Source§

const LEVY: Compensated<f64>

Source§

const EXTREME_VALUE_SKEWNESS: Compensated<f64>

Source§

const RAYLEIGH_SKEWNESS: Compensated<f64>

Source§

const RAYLEIGH_KURTOSIS_EXCESS: Compensated<f64>

Source§

const RAYLEIGH_KURTOSIS: Compensated<f64>

Source§

const FEIGENBAUM_DELTA: Compensated<f64>

Source§

const PLASTIC_RATIO: Compensated<f64>

Source§

const FRAC_1_PLASTIC_RATIO: Compensated<f64>

Source§

const FRAC_1_PLASTIC_RATIO_SQUARED: Compensated<f64>

Source§

const GAUSS: Compensated<f64>

Source§

const LEMNISCATE: Compensated<f64>

Source§

const DOTTIE: Compensated<f64>

Source§

const OMEGA: Compensated<f64>

Source§

const PSI: Compensated<f64>

Source§

const LAPLACE_LIMIT: Compensated<f64>

Source§

const ERDOS_BORWEIN: Compensated<f64>

Source§

const NIVEN: Compensated<f64>

Source§

const SOLDNER: Compensated<f64>

Source§

const FRANSEN_ROBINSON: Compensated<f64>

Source§

const GOLOMB_DICKMAN: Compensated<f64>

Source§

const TWIN_PRIME: Compensated<f64>

Source§

const MERTENS: Compensated<f64>

Source§

const ARTIN: Compensated<f64>

Source§

impl<R: FloatRegister> SplitFloatConsts for Vector<R>

Source§

const NEG_ZERO: Compensated<Self>

Source§

const E: Compensated<Self>

Source§

const EULER_GAMMA: Compensated<Self>

Source§

const PI_SQUARED: Compensated<Self>

Source§

const PI_CUBED: Compensated<Self>

Source§

const PI_FOURTH: Compensated<Self>

Source§

const FRAC_1_PI: Compensated<Self>

Source§

const FRAC_1_SQRT_2: Compensated<Self>

Source§

const FRAC_1_SQRT_3: Compensated<Self>

Source§

const FRAC_1_SQRT_5: Compensated<Self>

Source§

const FRAC_2_PI: Compensated<Self>

Source§

const FRAC_1_SQRT_PI: Compensated<Self>

Source§

const FRAC_1_SQRT_SQRT_PI: Compensated<Self>

Source§

const FRAC_2_SQRT_PI: Compensated<Self>

Source§

const FRAC_SQRT_PI_2: Compensated<Self>

Source§

const FRAC_1_SQRT_TAU: Compensated<Self>

Source§

const FRAC_PI_2: Compensated<Self>

Source§

const FRAC_PI_3: Compensated<Self>

Source§

const FRAC_PI_4: Compensated<Self>

Source§

const FRAC_PI_6: Compensated<Self>

Source§

const FRAC_PI_8: Compensated<Self>

Source§

const FRAC_PI_180: Compensated<Self>

Source§

const FRAC_180_PI: Compensated<Self>

Source§

const LN_2: Compensated<Self>

Source§

const LN_10: Compensated<Self>

Source§

const LN_PI: Compensated<Self>

Source§

const LN_TAU: Compensated<Self>

Source§

const LN_9: Compensated<Self>

Source§

const NINE_LN_9_HI: Compensated<Self>

Source§

const NINE_LN_9_LO: Compensated<Self>

Source§

const FRAC_LN_PI_2: Compensated<Self>

Source§

const FRAC_LN_TAU_2: Compensated<Self>

Source§

const LOG2_10: Compensated<Self>

Source§

const LOG2_E: Compensated<Self>

Source§

const LOG2_PI: Compensated<Self>

Source§

const LOG10_2: Compensated<Self>

Source§

const LOG10_E: Compensated<Self>

Source§

const PI: Compensated<Self>

Source§

const SQRT_2: Compensated<Self>

Source§

const SQRT_3: Compensated<Self>

Source§

const SQRT_5: Compensated<Self>

Source§

const SQRT_E: Compensated<Self>

Source§

const EPSILON: Compensated<Self>

Source§

const SQRT_EPSILON: Compensated<Self>

Source§

const FOURTH_ROOT_EPSILON: Compensated<Self>

Source§

const TAU: Compensated<Self>

Source§

const SQRT_FRAC_PI_2: Compensated<Self>

Source§

const SQRT_TAU: Compensated<Self>

Source§

const PHI: Compensated<Self>

Source§

const FRAC_1_PHI: Compensated<Self>

Source§

const FRAC_1_PHI_SQUARED: Compensated<Self>

Source§

const GOLDEN_ANGLE: Compensated<Self>

Source§

const FRAC_1_3: Compensated<Self>

Source§

const FRAC_2_3: Compensated<Self>

Source§

const FRAC_1_4: Compensated<Self>

Source§

const FRAC_1_6: Compensated<Self>

Source§

const FRAC_1_E: Compensated<Self>

Source§

const FRAC_NEG_1_E: Compensated<Self>

Source§

const FRAC_1_2: Compensated<Self>

Source§

const FRAC_3_4: Compensated<Self>

Source§

const LN_LN_2: Compensated<Self>

Source§

const SQRT_LN_4: Compensated<Self>

Source§

const FRAC_2PI_3: Compensated<Self>

Source§

const FRAC_3PI_4: Compensated<Self>

Source§

const FRAC_4PI_3: Compensated<Self>

Source§

const FOUR_PI: Compensated<Self>

Source§

const FRAC_1_4PI: Compensated<Self>

Source§

const FRAC_1_TAU: Compensated<Self>

Source§

const SQRT_PI: Compensated<Self>

Source§

const PI_MINUS_3: Compensated<Self>

Source§

const FOUR_MINUS_PI: Compensated<Self>

Source§

const PI_POW_E: Compensated<Self>

Source§

const CBRT_2: Compensated<Self>

Source§

const CBRT_3: Compensated<Self>

Source§

const CBRT_PI: Compensated<Self>

Source§

const FRAC_1_CBRT_PI: Compensated<Self>

Source§

const FRAC_1_SQRT_E: Compensated<Self>

Source§

const E_POW_PI: Compensated<Self>

Source§

const GELFOND_SCHNEIDER: Compensated<Self>

Source§

const SIN_1: Compensated<Self>

Source§

const COS_1: Compensated<Self>

Source§

const TAN_1: Compensated<Self>

Source§

const SINH_1: Compensated<Self>

Source§

const COSH_1: Compensated<Self>

Source§

const TANH_1: Compensated<Self>

Source§

const LN_PHI: Compensated<Self>

Source§

const FRAC_1_LN_PHI: Compensated<Self>

Source§

const FRAC_1_EULER_GAMMA: Compensated<Self>

Source§

const EULER_GAMMA_SQUARED: Compensated<Self>

Source§

const ZETA_2: Compensated<Self>

Source§

const ZETA_3: Compensated<Self>

Source§

const ZETA_4: Compensated<Self>

Source§

const CATALAN: Compensated<Self>

Source§

const GLAISHER: Compensated<Self>

Source§

const KHINCHIN: Compensated<Self>

Source§

const LEVY: Compensated<Self>

Source§

const EXTREME_VALUE_SKEWNESS: Compensated<Self>

Source§

const RAYLEIGH_SKEWNESS: Compensated<Self>

Source§

const RAYLEIGH_KURTOSIS_EXCESS: Compensated<Self>

Source§

const RAYLEIGH_KURTOSIS: Compensated<Self>

Source§

const FEIGENBAUM_DELTA: Compensated<Self>

Source§

const PLASTIC_RATIO: Compensated<Self>

Source§

const FRAC_1_PLASTIC_RATIO: Compensated<Self>

Source§

const FRAC_1_PLASTIC_RATIO_SQUARED: Compensated<Self>

Source§

const GAUSS: Compensated<Self>

Source§

const LEMNISCATE: Compensated<Self>

Source§

const DOTTIE: Compensated<Self>

Source§

const OMEGA: Compensated<Self>

Source§

const PSI: Compensated<Self>

Source§

const LAPLACE_LIMIT: Compensated<Self>

Source§

const ERDOS_BORWEIN: Compensated<Self>

Source§

const NIVEN: Compensated<Self>

Source§

const SOLDNER: Compensated<Self>

Source§

const FRANSEN_ROBINSON: Compensated<Self>

Source§

const GOLOMB_DICKMAN: Compensated<Self>

Source§

const TWIN_PRIME: Compensated<Self>

Source§

const MERTENS: Compensated<Self>

Source§

const ARTIN: Compensated<Self>

Implementors§

Last built: 2026-09-08 21:35:55 UTC