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

Function lin

test/compute-engine/arithmetic.test.ts:1946–1951  ·  view source on GitHub ↗
(c: number[])

Source from the content-addressed store, hash-verified

1944 .expr(['Product', ['Add', 3, 'k'], ['Limits', 'k', 0, 3]])
1945 .evaluate()
1946 ?.toString()
1947 ).toMatchInlineSnapshot(`360`);
1948 });
1949
1950 // Falling factorial
1951 it('should simplify falling factorial', () => {
1952 expect(
1953 ce
1954 .expr([

Callers 1

arithmetic.test.tsFile · 0.85

Calls 2

exprMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected