Skip to content

math.MathUtils.TypeAlias.UniFunction

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

dsp-collection / math/MathUtils / UniFunction

Type Alias: UniFunction

type UniFunction = (x) => number;

An univariate numeric function.

Parameters

x

number

Returns

number

Clone this wiki locally