Stirling2nd: Stirling2nd function computes the Stirling numbers of the second kind.
Description
This function returns the estimated Stirling numbers of the second kind i.e., the number of ways of partitioning a set of n objects into k nonempty groups.
Usage
Stirling2nd(n,k)
Value
The Stirling number of the 2nd kind for n elements and k groups or NaN (if the Stirling number for those n and k is greater than 1e300).