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 1c7d46a commit ea2a0bbCopy full SHA for ea2a0bb
lib/node_modules/@stdlib/stats/incr/nanmrss/lib/main.js
@@ -1,7 +1,7 @@
1
/**
2
* @license Apache-2.0
3
*
4
-* Copyright (c) 2018 The Stdlib Authors.
+* Copyright (c) 2025 The Stdlib Authors.
5
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
lib/node_modules/@stdlib/stats/incr/nanmrss/test/test.js
@@ -21,7 +21,6 @@
21
// MODULES //
22
23
var tape = require( 'tape' );
24
-var isnan = require( '@stdlib/math/base/assert/is-nan' );
25
var abs = require( '@stdlib/math/base/special/abs' );
26
var EPS = require( '@stdlib/constants/float64/eps' );
27
var incrnanmrss = require( './../lib' );
0 commit comments