Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Leibniz
Derivative
constructor
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
degree
errors
leibniz
Derivative
Type
name
operand
symbols
type
variable
Hierarchy
MathStructure
MathLeibnizDerivative
Index
Constructors
constructor
Properties
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
degree
errors
leibniz
Derivative
Type
name
operand
symbols
type
variable
Constructors
constructor
new
Math
Leibniz
Derivative
(
degree
:
number
, operand
:
MathStructure
, variable
:
MathStructure
, leibnizDerivativeType
:
MathLeibnizDerivativeType
, fractionSymbol
?:
MathSymbol
, numeratorDiff
?:
MathSymbol
, denominatorDiff
?:
MathSymbol
, numeratorDegree
?:
MathSymbol
[]
, numDegreeRightBoundary
?:
MathSymbol
, denominatorDegree
?:
MathSymbol
[]
, denomDegreeRightBoundary
?:
MathSymbol
, parentheses
?:
MathSymbol
, errors
?:
SemanticError
[]
)
:
MathLeibnizDerivative
Parameters
degree:
number
operand:
MathStructure
variable:
MathStructure
leibnizDerivativeType:
MathLeibnizDerivativeType
Optional
fractionSymbol:
MathSymbol
Optional
numeratorDiff:
MathSymbol
Optional
denominatorDiff:
MathSymbol
Optional
numeratorDegree:
MathSymbol
[]
Optional
numDegreeRightBoundary:
MathSymbol
Optional
denominatorDegree:
MathSymbol
[]
Optional
denomDegreeRightBoundary:
MathSymbol
Optional
parentheses:
MathSymbol
Optional
errors:
SemanticError
[]
Returns
MathLeibnizDerivative
Properties
Optional
cell
cell
:
boolean
Optional
cell
Avoid
Parentheses
Wrap
cell
Avoid
Parentheses
Wrap
:
boolean
Optional
cell
Border
Visible
cell
Border
Visible
:
boolean
degree
degree
:
number
errors
errors
:
SemanticError
[]
leibniz
Derivative
Type
leibniz
Derivative
Type
:
MathLeibnizDerivativeType
name
name
:
MathNodeName
operand
operand
:
MathStructure
symbols
symbols
:
{
denomDegreeRightBoundary
?:
MathSymbol
;
denominatorDegree
:
MathSymbol
[]
;
denominatorDiff
?:
MathSymbol
;
fraction
?:
MathSymbol
;
numDegreeRightBoundary
?:
MathSymbol
;
numeratorDegree
:
MathSymbol
[]
;
numeratorDiff
?:
MathSymbol
;
parentheses
?:
MathSymbol
}
Type declaration
Optional
denom
Degree
Right
Boundary
?:
MathSymbol
denominator
Degree
:
MathSymbol
[]
Optional
denominator
Diff
?:
MathSymbol
Optional
fraction
?:
MathSymbol
Optional
num
Degree
Right
Boundary
?:
MathSymbol
numerator
Degree
:
MathSymbol
[]
Optional
numerator
Diff
?:
MathSymbol
Optional
parentheses
?:
MathSymbol
type
type
:
MathNodeType
variable
variable
:
MathStructure
Generated using
TypeDoc