Skip to content

Commit ce1d1ff

Browse files
chore: updated package.json
Signed-off-by: JoyBoy <[email protected]>
1 parent 5b6bd63 commit ce1d1ff

File tree

1 file changed

+2
-4
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/wasm/snansumors

1 file changed

+2
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/snansumors/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/ext/base/wasm/snansumors",
33
"version": "0.0.0",
4-
"description": "Computes the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.",
4+
"description": "Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -65,9 +65,7 @@
6565
"sum",
6666
"total",
6767
"summation",
68-
"compensated",
69-
"kahan",
70-
"kbn",
68+
"ors",
7169
"strided",
7270
"strided array",
7371
"typed",

0 commit comments

Comments
 (0)