-
Notifications
You must be signed in to change notification settings - Fork 0
utils.ArrayUtils.Function.divide
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / utils/ArrayUtils / divide
function divide<T>(a1, a2): T;Defined in: utils/ArrayUtils.ts:71
Divides the values of two arrays and returns the result in a new array.
T extends ArrayLike<number>
T
T
T