get_index Function

private elemental function get_index(n, k)

@brief Get the index in the binomial_lookup_table

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
integer, intent(in) :: k

Return Value integer


Contents