mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixing last errors, but had to comment out an example from mathjs
the example is
mathjs.expression.node
I couldnt find any explanation in examples
This commit is contained in:
Vendored
+5
-2
@@ -19,6 +19,8 @@ declare module mathjs {
|
||||
|
||||
config(options: any): void;
|
||||
|
||||
expression: MathNode;
|
||||
|
||||
/**
|
||||
* Solves the linear equation system by forwards substitution. Matrix must be a lower triangular matrix.
|
||||
* @param L A N x N matrix or array (L)
|
||||
@@ -1320,9 +1322,10 @@ declare module mathjs {
|
||||
isSymbolNode: boolean;
|
||||
type: string;
|
||||
name: string;
|
||||
value: any;
|
||||
|
||||
compile(): EvalFunction;
|
||||
eval(): any;
|
||||
compile(): EvalFunction;
|
||||
eval(): any;
|
||||
eval(expr: string): any;
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user