Skip to content

Commit 7e366ae

Browse files
committed
chore: update package.json descriptions
1 parent 4b0d2ab commit 7e366ae

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

lib/node_modules/@stdlib/blas/ext/base/dapxsum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/dapxsum",
33
"version": "0.0.0",
4-
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum.",
4+
"description": "Add a constant to each double-precision floating-point strided array element and compute the sum.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/dapxsumkbn",
33
"version": "0.0.0",
4-
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.",
4+
"description": "Add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/dapxsumkbn2",
33
"version": "0.0.0",
4-
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
4+
"description": "Add a constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/dapxsumors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/dapxsumors",
33
"version": "0.0.0",
4-
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.",
4+
"description": "Add a constant to each double-precision floating-point strided array element and compute the sum using ordinary recursive summation.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/dapxsumpw",
33
"version": "0.0.0",
4-
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.",
4+
"description": "Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/dsapxsum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/dsapxsum",
33
"version": "0.0.0",
4-
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.",
4+
"description": "Add a constant to each single-precision floating-point strided array element and compute the sum using extended accumulation and returning an extended precision result.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/dsapxsumpw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/dsapxsumpw",
33
"version": "0.0.0",
4-
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.",
4+
"description": "Add a constant to each single-precision floating-point strided array element and compute the sum using pairwise summation with extended accumulation and returning an extended precision result.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/gapxsum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/gapxsum",
33
"version": "0.0.0",
4-
"description": "Add a constant to each strided array element and computes the sum.",
4+
"description": "Add a constant to each strided array element and compute the sum.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/gapxsumkbn",
33
"version": "0.0.0",
4-
"description": "Add a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.",
4+
"description": "Add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/gapxsumkbn2",
33
"version": "0.0.0",
4-
"description": "Add a constant to each strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
4+
"description": "Add a constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)