src/utils.lisp @ 6494ca97e78b

BDDs/ZDDs -> Scully
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Aug 2017 00:09:56 -0400
parents 184af4c4e8fc
children (none)
(in-package :sand.utils)


(defun average4 (a b c d)
  (/ (+ a b c d) 4))