0.5.49
0.5.49 (Beta)
- Add the
average
function to compute averages of lists (average([list of things])
). - Added documentation for
average
,min
,max
,minby
, andmaxby
functions. - Fixed the broken
nonnull
function and documented it.
average
function to compute averages of lists (average([list of things])
).average
, min
, max
, minby
, and maxby
functions.nonnull
function and documented it.