README.md

Wizard
======

[![forthebadge](http://forthebadge.com/images/badges/kinda-sfw.svg)](http://forthebadge.com)

Math(emagic) and Statistics functions for Elixir!

###Wizard.Math
- sum(list)
- gcd(a,b)
- factorial(n)
- sqrt(n)
- nth_root(a,n)
- pow(x,y)
- log(b \\\\ e, n)
- permutation(n,k)
- combination(n,k)

### Wizard.Stats
- mean(list)
- binomial(n, theta)
- poisson(theta)