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

Function isOperatorNode

src/utils/is.js:232–234  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

230}
231
232export function isOperatorNode (x) {
233 return (x && x.isOperatorNode === true && x.constructor.prototype.isNode === true) || false
234}
235
236export function isParenthesisNode (x) {
237 return (x && x.isParenthesisNode === true && x.constructor.prototype.isNode === true) || false

Callers 12

isAlwaysBooleanFunction · 0.90
_simplifyCoreFunction · 0.90
_resolveFunction · 0.90
foldFractionFunction · 0.90
hasPropertyFunction · 0.90
findChildrenFunction · 0.90
createMakeNodeFunctionFunction · 0.90
isNumericNodeFunction · 0.90
isConstantExpressionFunction · 0.90
startsWithConstantFunction · 0.90
rule2NodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…