MCPcopy 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

1const { e, floor, format, log, sqrt } = require('../../lib/cjs/number.js')
2
3console.log(format(sqrt(4)))
4console.log(format(sqrt(-4)))

Callers

nothing calls this directly

Calls 2

logMethod · 0.65
formatFunction · 0.50

Tested by

no test coverage detected