nexarrfns
v2.0.0
Published
basic functions that i commonly need for my work
Readme
About main
This is for my testing purposes and the self developed functions that i use in my daily work.
Current available functions
nex_factorial
takes in one (1) integer urgument, returns the factorial
nex_permutationsCount
returns the count of possible permutations of a given word without any repetion of a word.
nex_letterCount
Returns an object representing the count of every letter in the passed in word.
