Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ free-functions.test.ts
File
free-functions.test.ts
test/compute-engine/free-functions.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ N, evaluate, simplify } from
'../../src/compute-engine'
;
2
3
describe(
'Free functions: lenient parsing and strict escape hatch'
, () => {
4
// By default the string helpers parse in lenient (non-strict) mode, so
Callers
nothing calls this directly
Calls
3
N
Function · 0.90
evaluate
Function · 0.90
simplify
Function · 0.90
Tested by
no test coverage detected