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

Function print

examples/objects.js:30–33  ·  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

28 * @param {*} value
29 */
30function print (value) {
31 const precision = 14
32 console.log(format(value, precision))
33}

Callers 1

objects.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…