Skip to content

Commit 85ce241

Browse files
authored
docs: add missing keywords in math/strided/special packages
PR-URL: #11943 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 0a5fc6c commit 85ce241

12 files changed

Lines changed: 36 additions & 0 deletions

File tree

lib/node_modules/@stdlib/math/strided/special/dmskfloor/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"math.floor",
5861
"floor",
5962
"round",

lib/node_modules/@stdlib/math/strided/special/dmskinv/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"inv",
5861
"multiplicative",
5962
"inverse",

lib/node_modules/@stdlib/math/strided/special/dmskramp/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"ramp",
5861
"heaviside",
5962
"max",

lib/node_modules/@stdlib/math/strided/special/dmskrsqrt/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"trig",
5861
"math.sqrt",
5962
"sqrt",

lib/node_modules/@stdlib/math/strided/special/dmsksqrt/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"trig",
5861
"math.sqrt",
5962
"sqrt",

lib/node_modules/@stdlib/math/strided/special/dmsktrunc/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"math.trunc",
5861
"trunc",
5962
"truncate",

lib/node_modules/@stdlib/math/strided/special/smskfloor/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"math.floor",
5861
"floor",
5962
"round",

lib/node_modules/@stdlib/math/strided/special/smskinv/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"inv",
5861
"multiplicative",
5962
"inverse",

lib/node_modules/@stdlib/math/strided/special/smskramp/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"ramp",
5861
"heaviside",
5962
"max",

lib/node_modules/@stdlib/math/strided/special/smskrsqrt/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
],
5555
"keywords": [
5656
"stdlib",
57+
"stdmath",
58+
"mathematics",
59+
"math",
5760
"trig",
5861
"math.sqrt",
5962
"sqrt",

0 commit comments

Comments
 (0)