Function: hif-and

hif-and is a byte-compiled function defined in hideif.el.gz.

Signature

(hif-and A B)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
(defun hif-and (a b)
  (and (not (zerop (hif-mathify a))) (not (zerop (hif-mathify b)))))