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 3aab84b commit 53634b7Copy full SHA for 53634b7
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/dmidrange/README.md
@@ -2,7 +2,7 @@
2
3
@license Apache-2.0
4
5
-Copyright (c) 2026 The Stdlib Authors.
+Copyright (c) 2025 The Stdlib Authors.
6
7
Licensed under the Apache License, Version 2.0 (the "License");
8
you may not use this file except in compliance with the License.
@@ -125,7 +125,7 @@ console.log( v );
125
126
#### stdlib_stats_dmidrange( arrays )
127
128
-Computes the mid-range of a one-dimensional double-precision floating-point ndarray.
+Computes the [mid-range][mid-range] of a one-dimensional double-precision floating-point ndarray.
129
130
```c
131
#include "stdlib/ndarray/ctor.h"
0 commit comments