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

Interface EvalFunction

types/index.d.ts:4603–4606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4601}
4602
4603export interface EvalFunction {
4604 // eslint-disable-next-line @typescript-eslint/no-explicit-any
4605 evaluate(scope?: MathScope): any
4606}
4607
4608// ResultSet type and helper
4609export interface ResultSet {

Callers

nothing calls this directly

Implementers 1

Nodesrc/expression/node/Node.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…