Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ N
Function
N
test/compute-engine/numeric-mode.test.ts:4–6 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
2
import
{ engine, check } from
'../utils'
;
3
4
function
N(s: string) {
5
return
engine.parse(s).N();
6
}
7
8
//
9
// Auto should use machine when possible, Decimal or Complex when necessary
Callers
1
numeric-mode.test.ts
File · 0.70
Calls
2
N
Method · 0.65
parse
Method · 0.65
Tested by
no test coverage detected