Constant BERNSTEINS_CONSTANT

Source
pub const BERNSTEINS_CONSTANT: f64 = 0.28016949902386913303_f64;
Expand description

Usually denoted as β, Bernstein’s constant is defined as the limit lim(n➝ ∞)2nE₂ₙ(f) where Eₙ(f)is the error to the best uniform approximation to a real funciton f(x) on the interval [-1, 1] by real polynomials of no more than degree n. See this article for further information