ktongue's picture
download
raw
163 Bytes
export default function(interpolator, n) {
var samples = new Array(n);
for (var i = 0; i < n; ++i) samples[i] = interpolator(i / (n - 1));
return samples;
}

Xet Storage Details

Size:
163 Bytes
·
Xet hash:
32232810f717e0d8c350f32c90a12b66479faa86588e4679157a9f2388d099d2

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.