Return the binomail coefficient nCr(n, r)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | n | |||
integer(kind=int32), | intent(in) | :: | r | |||
logical, | intent(in), | optional | :: | signal_overflow |
If true then the function returns -1 instead of aborting when overflow is encountered. |