Function rustplot::data_parser::vec_div [] [src]

pub fn vec_div(vec1: &Vec<f64>, vec2: &Vec<f64>) -> Vec<f64>

Returns a vector with elements with values of the quotient of the corresponding elements of the two provided vectors.

vec1 is the vector whos elements will be the dividend.

vec2 is the vector whos elements will be the divisor.