UNPKG

@extra2001/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

11 lines (10 loc) 327 B
/* 0.28.0 */ import type { BoxedExpression, ComputeEngine } from '../global-types'; export declare class Terms { private engine; private terms; constructor(ce: ComputeEngine, terms: ReadonlyArray<BoxedExpression>); private add; private find; N(): BoxedExpression; asExpression(): BoxedExpression; }