diff --git a/mathjs/mathjs.d.ts b/mathjs/mathjs.d.ts index f21c192bb9..4bfbd89723 100644 --- a/mathjs/mathjs.d.ts +++ b/mathjs/mathjs.d.ts @@ -15,8 +15,22 @@ declare namespace mathjs { e: number; pi: number; - uninitialized: any; + i: number; + Infinity: number; + LN2: number; + LN10: number; + LOG2E: number; + LOG10E: number; + NaN: number; + null: number; + phi: number; + SQRT1_2: number; + SQRT2: number; + tau: number; + uninitialized: any; + version: string; + config(options: any): void; expression: MathNode;