-
Notifications
You must be signed in to change notification settings - Fork 0
utils.ArrayUtils.Function.rms
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / utils/ArrayUtils / rms
function rms(a): number;Defined in: utils/ArrayUtils.ts:105
Returns the RMS (root mean square) value of an array of numbers.
ArrayLike<number>
number