sesaparcours
Preparing search index...
outils/calculatrice/Calculatrice
<internal>
Simplify
Interface Simplify
interface
Simplify
{
rules
:
SimplifyRule
[]
;
(
expr
:
string
|
MathNode
)
:
MathNode
;
(
expr
:
string
|
MathNode
,
rules
:
SimplifyRule
[]
,
scope
?:
MathScope
<
any
>
,
options
?:
SimplifyOptions
,
)
:
MathNode
;
(
expr
:
string
|
MathNode
,
scope
:
MathScope
,
options
?:
SimplifyOptions
,
)
:
MathNode
;
}
Simplify
(
expr
:
string
|
MathNode
)
:
MathNode
Parameters
expr
:
string
|
MathNode
Returns
MathNode
Simplify
(
expr
:
string
|
MathNode
,
rules
:
SimplifyRule
[]
,
scope
?:
MathScope
<
any
>
,
options
?:
SimplifyOptions
,
)
:
MathNode
Parameters
expr
:
string
|
MathNode
rules
:
SimplifyRule
[]
Optional
scope
:
MathScope
<
any
>
Optional
options
:
SimplifyOptions
Returns
MathNode
Simplify
(
expr
:
string
|
MathNode
,
scope
:
MathScope
,
options
?:
SimplifyOptions
,
)
:
MathNode
Parameters
expr
:
string
|
MathNode
scope
:
MathScope
Optional
options
:
SimplifyOptions
Returns
MathNode
Index
Properties
rules
Properties
rules
rules
:
SimplifyRule
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rules
sesaparcours
Loading...