Function: hif-lognot

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

Signature

(hif-lognot A)

Source Code

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