UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

6 lines (5 loc) 181 B
/* 0.26.0-alpha2 */ import type { BoxedExpression } from '../public'; /** * */ export declare function distribute(expr: BoxedExpression, g?: string, f?: string): BoxedExpression;