Base Conversion, Logs, Powers, Factorials, Permutations and Combinations in JavaScript
Contents Base Conversion Logs Powers Factorials Permutations-- n things taken k at a time, order matters Combinations-- n things taken k at a time, order does not matter Related Pages Binomial-- for success probability p and n trials, the probability of k...