src/utils.lisp @ fba3d66a6a95

DS
author Steve Losh <steve@stevelosh.com>
date Thu, 11 Aug 2016 00:36:30 +0000
parents 5a286decc7ed
children 184af4c4e8fc
(in-package #:sand.utils)


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