Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Derivative
constructor
base
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
degree
derivative
Type
errors
name
symbols
type
Hierarchy
MathStructure
MathDerivative
Index
Constructors
constructor
Properties
base
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
degree
derivative
Type
errors
name
symbols
type
Constructors
constructor
new
Math
Derivative
(
base
:
MathStructure
, degree
:
number
, derivativeType
:
MathDerivativeType
, primes
?:
MathSymbol
[]
, rightBoundary
?:
MathSymbol
, parentheses
?:
MathSymbol
, values
?:
MathSymbol
[]
, errors
?:
SemanticError
[]
)
:
MathDerivative
Parameters
base:
MathStructure
degree:
number
derivativeType:
MathDerivativeType
Optional
primes:
MathSymbol
[]
Optional
rightBoundary:
MathSymbol
Optional
parentheses:
MathSymbol
Optional
values:
MathSymbol
[]
Optional
errors:
SemanticError
[]
Returns
MathDerivative
Properties
base
base
:
MathStructure
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
derivative
Type
derivative
Type
:
MathDerivativeType
errors
errors
:
SemanticError
[]
name
name
:
MathNodeName
symbols
symbols
:
{
parentheses
?:
MathSymbol
;
primes
:
MathSymbol
[]
;
rightBoundary
?:
MathSymbol
;
values
:
MathSymbol
[]
}
Type declaration
Optional
parentheses
?:
MathSymbol
primes
:
MathSymbol
[]
Optional
right
Boundary
?:
MathSymbol
values
:
MathSymbol
[]
type
type
:
MathNodeType
Generated using
TypeDoc