use crateis_piped;
/// Get the calculator vars (`math_op`, `first_number`, `second_number`) for calc.
/// Takes the `args` part of a `ShellCommand` struct,
/// and tries to evaluate the given mathematical expression,
/// returning a String with the result.