1 2 3 4 5
/// Constant to indicate an uninitialized value pub(crate) const UNINITIALIZED: f64 = f64::INFINITY; /// Indicates that no extra arguments for f(x) are needed pub type NoArgs = u8;