Added "per" division

This commit is contained in:
2023-06-14 08:59:06 -07:00
parent bb73350613
commit 24b221bf42
3 changed files with 12 additions and 1 deletions

View File

@ -16,6 +16,7 @@ pub fn eval_operator(op: &Operator, args: &VecDeque<Token>) -> Result<Token, Eva
Operator::ImplicitMultiply |
Operator::Sqrt |
Operator::Divide |
Operator::DivideLong |
Operator::Subtract => { panic!() }
Operator::Negative => {