Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/josdejong/mathjs
/ commonjsAppNumberOnly.cjs
File
commonjsAppNumberOnly.cjs
test/node-tests/commonjsAppNumberOnly.cjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ e, floor, format, log, sqrt } = require(
'../../lib/cjs/number.js'
)
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