Learn R Programming

RxODE (version 1.0.4)

gammapDer: gammapDer: derivative of gammap

Description

This is the gamma_p_derivative from the boost library

Usage

gammapDer(a, z)

Arguments

a

The numeric 'a' parameter in the upper incomplete gamma

z

The numeric 'z' parameter in the upper incomplete gamma

Value

lowergamma results

Examples

Run this code
# NOT RUN {
gammapDer(1:3,3)

gammapDer(1,1:3)

# }

Run the code above in your browser using DataLab