binomial_coefficient

Description

Find the binomial coefficient of n and r

Definition

float binomial_coefficient(float n, float r)

Library

LIB/math_lib.bas

Usage

On entry:
n is the number of objects to choose from
r is the number of ways to choose from n
On exit:
Return valid result or NaN