Function parse_numbers

Source
pub fn parse_numbers(args: &[String]) -> Result<Vec<f64>, FCError>
Expand description

Parses a vector of string arguments into a vector of f64 numbers. Returns a Result with the vector of numbers or an error message string.