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

Function shellOnlyNames

scripts/fungrim/load.ts:116–122  ·  view source on GitHub ↗
(declarations: Declarations)

Source from the content-addressed store, hash-verified

114 HilbertMatrix: '(integer) -> matrix',
115 // Corrected shell signatures
116 CongruentMod: '(any, any, integer) -> boolean',
117 Hypergeometric3F2: '(complex, complex, complex, complex, complex, complex) -> complex',
118 ModularLambda: '(number) -> complex',
119 EisensteinG: '(integer, number) -> complex',
120 // Integer-domain built-ins widened for Stage-1 boxing
121 BellNumber: '(number) -> integer',
122 MoebiusMu: '(number) -> integer',
123 DivisorSigma: '(complex, number) -> complex',
124 NPartition: '(number) -> integer',
125 BernoulliB: '(number) -> rational',

Callers 2

runStage2Function · 0.90
createEngineFunction · 0.85

Calls 3

lookupDefinitionMethod · 0.95
keysMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected