voctopus.benchmark - nphyx/voctopus GitHub Wiki

Global

Description

#Functions


iterd

iterd(dmin, dmax, cb) ⇨ array

Iterate through dmin to dmax, calling callback and putting the result in an array.

Parameters

name type description
dmin int start iteration at
dmax int stop iteration at
cb function callback

Returns: array