Function
src/core/functions/build/index.ts:38buildFunction
buildFunction(x: ExpressionInput, argsArray?: string[]): (...args: number[]): numberTypeDoc entry point for Nerdamer's supported 2.0 package surface. This file mirrors the intentional package subpaths without becoming a runtime package entry point itself.
Parameters
| Name | Type | Description |
|---|---|---|
x | ExpressionInput | The expression being converted to a function. |
argsArray | string[] | Variable names in the positional order expected by the compiled function. |
Returns
(...args: number[]): number — The compiled JavaScript-number function.
