UNPKG

@extra2001/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

7 lines (6 loc) 284 B
/* 0.28.0 */ import type { BoxedExpression, IdentifierDefinitions } from '../global-types'; export declare const LOGIC_LIBRARY: IdentifierDefinitions; export declare function simplifyLogicFunction(x: BoxedExpression): { value: BoxedExpression; because: string; } | undefined;