MCPcopy
hub / github.com/josdejong/mathjs / derivative.js

File derivative.js

src/function/algebra/derivative.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { isConstantNode, typeOf } from '../../utils/is.js'
2import { factory } from '../../utils/factory.js'
3import { safeNumberType } from '../../utils/number.js'
4

Callers

nothing calls this directly

Calls 14

factoryFunction · 0.90
isConstantNodeFunction · 0.90
typeOfFunction · 0.90
plainDerivativeFunction · 0.85
parseIdentifierFunction · 0.85
createConstantNodeFunction · 0.85
toStringMethod · 0.65
toTexMethod · 0.65
cloneMethod · 0.65
mapMethod · 0.65
isUnaryMethod · 0.65
isBinaryMethod · 0.65

Tested by

no test coverage detected