src/utils.lisp @ 184af4c4e8fc

Fewer #'s
author Steve Losh <steve@stevelosh.com>
date Wed, 07 Dec 2016 15:14:38 -0500
parents fba3d66a6a95
children (none)
(in-package :sand.utils)


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