exponential_integrals: Exponential Integrals

exponential_integralsR Documentation

Exponential Integrals

Description

Functions to compute various exponential integrals, including En and Ei.

Usage

expint_en(n, z)

expint_ei(z)

Arguments

n

Order of the integral (for En)

z

Argument of the integral (for En and Ei)

Value

A single numeric value with the computed exponential integral.

See Also

Boost Documentation for

Examples

# Exponential integral En with n = 1 and z = 2
expint_en(1, 2)
# Exponential integral Ei with z = 2
expint_ei(2)

boostmath documentation built on Dec. 15, 2025, 5:07 p.m.