Skip to content

Commit ba77943

Browse files
authored
docs: updae descriptions in stats/strided/*abs package descriptions
PR-URL: #12310 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 3b5ee6b commit ba77943

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

lib/node_modules/@stdlib/stats/strided/dmidrangeabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# dmidrangeabs
2222

23-
> Compute the [mid-range][mid-range] of absolute values of a double-precision floating-point strided array.
23+
> Calculate the [mid-range][mid-range] of absolute values of a double-precision floating-point strided array.
2424
2525
<section class="intro">
2626

lib/node_modules/@stdlib/stats/strided/dmidrangeabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/strided/dmidrangeabs",
33
"version": "0.0.0",
4-
"description": "Compute the mid-range of absolute values of a double-precision floating-point strided array.",
4+
"description": "Calculate the mid-range of absolute values of a double-precision floating-point strided array.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/stats/strided/dnanrangeabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# dnanrangeabs
2222

23-
> Compute the [range][range] of absolute values of a double-precision floating-point strided array, ignoring `NaN` values.
23+
> Calculate the [range][range] of absolute values of a double-precision floating-point strided array, ignoring `NaN` values.
2424
2525
<section class="intro">
2626

lib/node_modules/@stdlib/stats/strided/dnanrangeabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/strided/dnanrangeabs",
33
"version": "0.0.0",
4-
"description": "Compute the range of absolute values of a double-precision floating-point strided array, ignoring NaN values.",
4+
"description": "Calculate the range of absolute values of a double-precision floating-point strided array, ignoring NaN values.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/stats/strided/drangeabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# drangeabs
2222

23-
> Compute the [range][range] of absolute values of a double-precision floating-point strided array.
23+
> Calculate the [range][range] of absolute values of a double-precision floating-point strided array.
2424
2525
<section class="intro">
2626

lib/node_modules/@stdlib/stats/strided/drangeabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/strided/drangeabs",
33
"version": "0.0.0",
4-
"description": "Compute the range of absolute values of a double-precision floating-point strided array.",
4+
"description": "Calculate the range of absolute values of a double-precision floating-point strided array.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/stats/strided/nanrangeabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/strided/nanrangeabs",
33
"version": "0.0.0",
4-
"description": "Compute the range of absolute values of a strided array, ignoring NaN values.",
4+
"description": "Calculate the range of absolute values of a strided array, ignoring NaN values.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/stats/strided/srangeabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# srangeabs
2222

23-
> Compute the [range][range] of absolute values of a single-precision floating-point strided array.
23+
> Calculate the [range][range] of absolute values of a single-precision floating-point strided array.
2424
2525
<section class="intro">
2626

lib/node_modules/@stdlib/stats/strided/srangeabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/strided/srangeabs",
33
"version": "0.0.0",
4-
"description": "Compute the range of absolute values of a single-precision floating-point strided array.",
4+
"description": "Calculate the range of absolute values of a single-precision floating-point strided array.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)