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

Function pow

src/compute-engine/library/distributions.ts:271–271  ·  view source on GitHub ↗
(a: Expression, b: Expression)

Source from the content-addressed store, hash-verified

269 * `−2.7·10^45`, `−8.8·10^4346`, `−3.0·10^434300`; `n = 3` gives
270 * `+1.3·10^47`, `+4.4·10^4350`, `+1.5·10^434306`; `n = 4` gives
271 * `−4.3·10^48`, `−1.5·10^4354`, `−5.1·10^434311`.
272 * - `Q(a, −∞) = 0` for a NON-POSITIVE integer `a`, where `1/Γ(a)` vanishes:
273 * the finite branch gives `Q(a, z) = 0` at every nonzero `z` there, so the
274 * limit is `0` too.

Callers 2

distributionPDFFunction · 0.70
distributionVarianceFunction · 0.70

Calls 1

functionMethod · 0.65

Tested by

no test coverage detected