gsl_cdf_binomial_p Interface

interface
public function gsl_cdf_binomial_p(k, p, n) bind(c, name='gsl_cdf_binomial_P')

Arguments

TypeIntentOptionalAttributesName
integer(kind=c_int), value:: k
real(kind=c_double), value:: p
integer(kind=c_int), value:: n

Return Value real(kind=c_double)