Leonardus
|
Calculates the binomial coefficient .
The operator does not check whether rational or real number arguments actually represent integers.
There is no overflow check for integers.
For real numbers, there is no overflow, but for results greater than 1034, there will be a loss of the least significant digits.
When integers are coded as rational numbers, only CPU consumption and memory are the limiting factors.
Procedure from boot.leo registered in leodict.
None.