Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/josdejong/mathjs
/ commonjsApp.cjs
File
commonjsApp.cjs
test/node-tests/commonjsApp.cjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ sqrt, format } = require(
'../..'
)
2
3
console.log(format(sqrt(4)))
4
console.log(format(sqrt(-4)))
Callers
nothing calls this directly
Calls
2
log
Method · 0.65
format
Function · 0.50
Tested by
no test coverage detected