pub fn divide<'a, T, U>(dividend: T, divisor: U) -> ExprNode<'a>where T: Into<ExprNode<'a>>, U: Into<ExprNode<'a>>,