UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

7 lines (6 loc) 280 B
/* 0.26.0-alpha2 */ import { BoxedExpression, IdentifierDefinitions } from '../public'; export declare const LOGIC_LIBRARY: IdentifierDefinitions; export declare function simplifyLogicFunction(x: BoxedExpression): { value: BoxedExpression; because: string; } | undefined;