exmath v0.2.0 Exmath
Summary
Functions
See :math.acos/1
See :math.asin/1
See :math.atan/1
Get the average growth-factor between two points
Calculates the n-th bell number
See :math.cos/1
See :math.cosh/1
See :math.exp/1
Factorial will multiply n with n-1 until n <= 1
Hypergeometric distribution without replacement
See :math.log/1
See :math.log2/1
Combinations formula A formula for the number of possible combinations of r elements from a set of n elements Notation: ( n r )
Permutations formula A formula for the number of possible permutations of r elements from a set of n elements
Prints row r of pascals triangle Calculated using the previously implemented nCr formula
See :math.pow/2
See :math.sin/1
See :math.sinh/1
See :math.sqrt/1
Computes the stirling number of the second kind
See :math.tan/1
See :math.tanh/1
Functions
See :math.acos/1
.
See :math.acosh/1
.
See :math.asin/1
.
See :math.asinh/1
.
See :math.atan/1
.
See :math.atan2/2
.
See :math.atanh/1
.
See :math.cos/1
.
See :math.cosh/1
.
See :math.exp/1
.
Hypergeometric distribution without replacement
Parameters
- k -> target employed
- nn -> total pool
- kk -> target total
- n -> total employed, amount to take
See :math.log/1
.
See :math.log10/1
.
See :math.log2/1
.
Combinations formula A formula for the number of possible combinations of r elements from a set of n elements Notation: ( n r )
Permutations formula A formula for the number of possible permutations of r elements from a set of n elements
Prints row r of pascals triangle Calculated using the previously implemented nCr formula
See :math.pow/2
.
See :math.sin/1
.
See :math.sinh/1
.
See :math.sqrt/1
.
See :math.tan/1
.
See :math.tanh/1
.