MCPcopy 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

1const { sqrt, format } = require('../..')
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