To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
Advanced Math Functions
Binom
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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