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

Method _toString

src/expression/node/Node.js:260–263  ·  view source on GitHub ↗

* Internal function to generate the string output. * This has to be implemented by every Node * * @throws {Error}

()

Source from the content-addressed store, hash-verified

258 * @throws {Error}
259 */
260 _toString () {
261 // must be implemented by each of the Node implementations
262 throw new Error('_toString not implemented for ' + this.type)
263 }
264
265 /**
266 * Get a JSON representation of the node

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected