MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / at

Function at

scripts/rubi/benchmark.ts:170–175  ·  view source on GitHub ↗
(d: number)

Source from the content-addressed store, hash-verified

168 * h/2 for O(h⁴) truncation — high-order poles like x⁻¹⁰⁰ and degree-20
169 * polynomial antiderivatives are far outside plain central-difference
170 * accuracy at REL_TOL. */
171function dF(
172 F: BoxedExpression,
173 x: string,
174 xv: number | C,
175 h: number
176): C | null {
177 const at = (d: number): C | null =>
178 complexAt(

Callers 1

dFFunction · 0.70

Calls 1

complexAtFunction · 0.85

Tested by

no test coverage detected