You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently binomial coefficient ${n \choose k}$ is implemented when n and k are both integers. However, the generalized binomial coefficient allows n to be any complex number. At least, it's common situation to use binomial coefficients when n is a real number.
The text was updated successfully, but these errors were encountered:
Currently binomial coefficient${n \choose k}$ is implemented when
n
andk
are both integers. However, the generalized binomial coefficient allowsn
to be any complex number. At least, it's common situation to use binomial coefficients whenn
is a real number.The text was updated successfully, but these errors were encountered: