src/utils.lisp @ 03240af4df9b

Move PCG to its own lib
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Feb 2017 14:01:17 +0000
parents 184af4c4e8fc
children (none)
(in-package :sand.utils)


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