MCPcopy
hub / github.com/josdejong/mathjs / print

Function print

examples/chaining.js:51–54  ·  view source on GitHub ↗

* Helper function to output a value in the console. Value will be formatted. * @param {*} value

(value)

Source from the content-addressed store, hash-verified

49 * @param {*} value
50 */
51function print (value) {
52 const precision = 14
53 console.log(format(value, precision))
54}

Callers 1

chaining.jsFile · 0.70

Calls 2

formatFunction · 0.90
logMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…