| exponential_integrals | R Documentation |
Functions to compute various exponential integrals, including En and Ei.
expint_en(n, z)
expint_ei(z)
n |
Order of the integral (for En) |
z |
Argument of the integral (for En and Ei) |
A single numeric value with the computed exponential integral.
# Exponential integral En with n = 1 and z = 2
expint_en(1, 2)
# Exponential integral Ei with z = 2
expint_ei(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.