HTBasic Help
×
Menu
Index
Binom
Binomial coefficients.
 
Loading        LOADSUB ALL FROM "FACT.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                INTEGER M,N
REAL Y
Y=FNBinom(N,M)
 
Description                
FNBinom returns the binomial coefficient
In terms of factorials,
Errors
FNBinom causes an HTBasic error if its arguments are not of type INTEGER or if the value returned would have a magnitude larger than MAXREAL, the largest value representable.
 
See Also
Fact