buildFunction(x: ExpressionInput, argsArray?: string[]): (...args: number[]): number

TypeDoc 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

NameTypeDescription
xExpressionInputThe expression being converted to a function.
argsArraystring[]Variable names in the positional order expected by the compiled function.

Returns

(...args: number[]): number — The compiled JavaScript-number function.