Skip to main content

carlson_rd

Function carlson_rd 

Source
pub fn carlson_rd<P, E, V>(x: V, y: V, z: V) -> V
where P: Policy, E: FloatElement + EllipticConsts, V: FloatVector<Element = E>,
Expand description

Carlson symmetric integral R_D(x, y, z) = R_J(x, y, z, z) (degenerate third kind, used for the second-kind incomplete integral). Same duplication scheme as carlson_rf, plus an accumulated sum term.

Last built: 2026-09-08 21:35:55 UTC