UNPKG

@extra2001/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

6 lines (5 loc) 180 B
/* 0.28.0 */ import type { BoxedExpression } from '../global-types'; /** * */ export declare function distribute(expr: BoxedExpression, g?: string, f?: string): BoxedExpression;