Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ isConstantNode, typeOf } from
'../../utils/is.js'
2
import
{ factory } from
'../../utils/factory.js'
3
import
{ safeNumberType } from
'../../utils/number.js'
4
Callers
nothing calls this directly
Calls
14
factory
Function · 0.90
isConstantNode
Function · 0.90
typeOf
Function · 0.90
plainDerivative
Function · 0.85
parseIdentifier
Function · 0.85
createConstantNode
Function · 0.85
toString
Method · 0.65
toTex
Method · 0.65
clone
Method · 0.65
map
Method · 0.65
isUnary
Method · 0.65
isBinary
Method · 0.65
Tested by
no test coverage detected