pub fn chebyshev_nodes<T>(num: usize, start: T, end: T) -> Vectorwhere
    T: Into<f64> + Copy,