src/utils.lisp @ de58fc1af1e5

Poke a bit more at TNTO
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Dec 2016 18:53:10 -0500
parents 184af4c4e8fc
children (none)
(in-package :sand.utils)


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