diff --git a/src/stdlib_specialfunctions_gamma.fypp b/src/stdlib_specialfunctions_gamma.fypp index e91f14954..df290c853 100644 --- a/src/stdlib_specialfunctions_gamma.fypp +++ b/src/stdlib_specialfunctions_gamma.fypp @@ -547,7 +547,7 @@ contains case (two : ) - res = l_gamma(n + 1, 1.0D0) + res = l_gamma(n + 1, 1.0) end select end function l_factorial_${t1[0]}$${k1}$