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

Method evaluate

types/index.d.ts:4787–4787  ·  view source on GitHub ↗
(expr: string | string[])

Source from the content-addressed store, hash-verified

4785 */
4786 // eslint-disable-next-line @typescript-eslint/no-explicit-any
4787 evaluate(expr: string | string[]): any
4788 /**
4789 * Retrieve a variable or function from the parser’s scope.
4790 * @param name The name of the variable or function to be retrieved

Callers 15

isBounded.test.jsFile · 0.65
typeof.test.jsFile · 0.65
isFinite.test.jsFile · 0.65
distance.test.jsFile · 0.65
intersect.test.jsFile · 0.65
leafCount.test.jsFile · 0.65
simplifyAndCompareEvalFunction · 0.65
simplify.test.jsFile · 0.65
derivative.test.jsFile · 0.65
qr.test.jsFile · 0.65
multiply.test.jsFile · 0.65

Calls

no outgoing calls

Tested by 7

simplifyAndCompareEvalFunction · 0.52
parseAndEvalFunction · 0.52
parseAndEvalFunction · 0.52
runExamplesInDocsFunction · 0.52
hasValidSeeAlsoFunction · 0.52
fFunction · 0.52
extractValueFunction · 0.52