Skip to content

math.MathUtils.TypeAlias.UniFunction

Christian d'Heureuse edited this page Jun 7, 2026 · 2 revisions

dsp-collection / math/MathUtils / UniFunction

Type Alias: UniFunction

type UniFunction = (x) => number;

Defined in: math/MathUtils.ts:10

An univariate numeric function.

Parameters

x

number

Returns

number

Clone this wiki locally