👀
Looking at my code?
- Chicago
Pinned Loading
-
-
nfl-player-data
nfl-player-data PublicUsing D3.js to show average RB1 vs RB2 performance season over season
JavaScript
-
-
r-snippets
r-snippets Publicsmall scale scripts in R as I learn through school and just plain ol' goofing around
Jupyter Notebook
-
fifa18_visuals
fifa18_visuals Publica dashboard to explore the varying stats/players of EA sports' Fifa 18 with d3.js
JavaScript 4
-
Calculate the gamma function for an ...
Calculate the gamma function for an int (factorial) or a float (I used the Lanczos approximation) 1var f = [1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, 39916800, 479001600, 6227020800, 87178291200, 1307674368000, 20922789888000]; //init the answer for fact(0 - 16)
2var i = 16; //keeps track of the last fact generated
3/**
4* factorial with memoization
5*
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.