@stdlib/stats-base-dmin
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@stdlib/stats-base-dmin", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Calculate the minimum value of a double-precision floating-point strided array.", | ||
@@ -32,3 +32,4 @@ "license": "Apache-2.0", | ||
"test-cov": "make test-cov", | ||
"examples": "make examples" | ||
"examples": "make examples", | ||
"benchmark": "make benchmark" | ||
}, | ||
@@ -35,0 +36,0 @@ "homepage": "https://github.com/stdlib-js/stdlib", |
Sorry, the diff of this file is not supported yet
71628