Trait malachite_base::num::basic::traits::ThueMorseConstant
source · pub trait ThueMorseConstant {
const THUE_MORSE_CONSTANT: Self;
}
Expand description
Provides the Thue-Morse constant, whose bits are the Thue-Morse sequence.
Required Associated Constants§
const THUE_MORSE_CONSTANT: Self
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl ThueMorseConstant for f32
impl ThueMorseConstant for f32
The Thue-Morse constant.
const THUE_MORSE_CONSTANT: f32 = 0.412454039f32
source§impl ThueMorseConstant for f64
impl ThueMorseConstant for f64
The Thue-Morse constant.