#[stability::unstable(feature = "enable")]
pub fn root_of_unity_error() -> f64 { 6.0 * f64::EPSILON }
#[stability::unstable(feature = "enable")]
pub trait FFTErrorEstimate {
fn expected_absolute_error(&self, input_bound: f64, input_error: f64) -> f64;
}