Function parse_max

Source
pub fn parse_max(calc: &str) -> Result<Calculation, GetNumberError>
Expand description

ยงErrors

  • If the input is not a max function.
  • If the contents fails to parse.