Function parse_calc

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

ยงErrors

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