igammac {dsdp} | R Documentation |
Complementary Incomplete Gamma Function
Description
Evaluate an complementary incomplete gamma function:
using SLATEC dgamic
in https://netlib.org/slatec/.
When ( and
) or (
and
),
compute the result, otherwise the value is
NaN
.
Usage
igammac(a, x)
Arguments
a |
A numeric vector. |
x |
A nonnegative numeric vector with same length as |
Value
A vector of values of a complementary incomplete gamma function.
See Also
Examples
igammac(1, 1)
[Package dsdp version 0.1.1 Index]