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

Function nomePower

src/compute-engine/numerics/numeric-complex.ts:947–949  ·  view source on GitHub ↗

e^{iπτ·s} for real s

(tau: Complex, s: number)

Source from the content-addressed store, hash-verified

945export function hypergeometric2F1Complex(
946 a: Complex,
947 b: Complex,
948 c: Complex,
949 z: Complex,
950 depth = 0
951): Complex {
952 if (a.isNaN() || b.isNaN() || c.isNaN() || z.isNaN()) return C_NAN;

Callers 2

jacobiThetaFunction · 0.85
dedekindEtaFunction · 0.85

Calls 2

expMethod · 0.65
mulMethod · 0.65

Tested by

no test coverage detected