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

Function totientSet

test/compute-engine/set-comprehension.test.ts:18–24  ·  view source on GitHub ↗
(n: number | string)

Source from the content-addressed store, hash-verified

16
17// The Fungrim 7b27cd shape: ["Set", k, ["Element", k, domain, cond?]]
18function totientSet(n: number | string) {
19 return [
20 'Set',
21 'k',
22 ['Element', 'k', ['Range', 1, n], ['Equal', ['GCD', n, 'k'], 1]],
23 ];
24}
25
26describe('Disambiguation: literal sets are unaffected', () => {
27 const ce = freshEngine();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected