MCPcopy Index your code
hub / github.com/josdejong/mathjs / print

Function print

examples/units.js:94–96  ·  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

92 * @param {*} value
93 */
94function print (value) {
95 console.log(format(value))
96}
97
98/**
99 * Helper function to format an output a value.

Callers 3

units.jsFile · 0.70
print.transform.jsFile · 0.50

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…