We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d0db0 commit 510e1d0Copy full SHA for 510e1d0
lib/node_modules/@stdlib/stats/base/dists/normal/logcdf/benchmark/benchmark.js
@@ -21,7 +21,6 @@
21
// MODULES //
22
23
var bench = require( '@stdlib/bench' );
24
-var Float64Array = require( '@stdlib/array/float64' );
25
var uniform = require( '@stdlib/random/array/uniform' );
26
var isnan = require( '@stdlib/math/base/assert/is-nan' );
27
var EPS = require( '@stdlib/constants/float64/eps' );
0 commit comments