Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ pow2
Function
pow2
test/compute-engine/arithmetic.test.ts:1952–1953 ·
view source on GitHub ↗
(b: ReturnType<typeof ce.expr>)
Source
from the content-addressed store, hash-verified
1950
// Falling factorial
1951
it(
'should simplify falling factorial'
, () => {
1952
expect(
1953
ce
1954
.expr([
1955
'Product'
,
1956
[
'Subtract'
,
'x'
,
'k'
],
Callers
1
arithmetic.test.ts
File · 0.85
Calls
2
evaluate
Method · 0.65
expr
Method · 0.65
Tested by
no test coverage detected