Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ poly
Function
poly
test/compute-engine/arithmetic.test.ts:1863–1863 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
1861
it(
'should simplify product with index shift (n+1)'
, () => {
1862
expect(
1863
ce.parse(
'\\prod_{n=1}^{b}(n+1)'
).simplify().toString()
1864
).toMatchInlineSnapshot(`(b + 1)! / 1!`);
1865
});
1866
Callers
1
arithmetic.test.ts
File · 0.85
Calls
1
parse
Method · 0.65
Tested by
no test coverage detected