calc_gamma_p Function

public function calc_gamma_p(a, x) result(gamma_p)

normalized lower gamma function calculated either with a series expansion or continued fraction method

input: a = gamma function argument, x = upper limit of integration

output: gamma_p =

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: a
real(kind=wp), intent(in) :: x

Return Value real(kind=wp)


Calls

proc~~calc_gamma_p~~CallsGraph proc~calc_gamma_p calc_gamma_p proc~calc_gamma_cf calc_gamma_cf proc~calc_gamma_p->proc~calc_gamma_cf proc~calc_gamma_series calc_gamma_series proc~calc_gamma_p->proc~calc_gamma_series

Called by

proc~~calc_gamma_p~~CalledByGraph proc~calc_gamma_p calc_gamma_p proc~qi_aut_qs qi_aut_qs proc~qi_aut_qs->proc~calc_gamma_p proc~tempo_init tempo_init proc~tempo_init->proc~qi_aut_qs proc~test_tempo_init test_tempo_init proc~test_tempo_init->proc~tempo_init program~run_tempo_tests run_tempo_tests program~run_tempo_tests->proc~test_tempo_init