Added all math By snippets

This commit is contained in:
Angelos Chalaris
2018-01-11 12:25:54 +02:00
parent f93efa9f58
commit 37ec99830b
5 changed files with 56 additions and 0 deletions

View File

@ -1,6 +1,7 @@
anagrams:string,recursion
arrayToHtmlList:browser,array
average:math,array
averageBy:math,array,function
bottomVisible:browser
byteSize:string
call:adapter,function
@ -102,9 +103,11 @@ lowercaseKeys:object
luhnCheck:math,utility
mapObject:array,object
mask:string,utility,regexp
maxBy:math,array,function
maxN:array,math
median:math,array
memoize:function
minBy:math,array,function
minN:array,amth
negate:function
nthElement:array
@ -158,6 +161,7 @@ splitLines:string
spreadOver:adapter
standardDeviation:math,array
sum:math,array
sumBy:math,array,function
sumPower:math
symmetricDifference:array,math
tail:array