Skip to content

Commit 57d46b3

Browse files
authored
docs: add stdmath keyword to chebyshev-series and chebyshev-seriesf in math/base/tools
PR-URL: #12011 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 04ea19c commit 57d46b3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

lib/node_modules/@stdlib/math/base/tools/chebyshev-series/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
],
5151
"keywords": [
5252
"stdlib",
53-
"math",
53+
"stdmath",
5454
"mathematics",
55+
"math",
5556
"chebyshev",
5657
"series",
5758
"polynomial",

lib/node_modules/@stdlib/math/base/tools/chebyshev-seriesf/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
],
5151
"keywords": [
5252
"stdlib",
53-
"math",
53+
"stdmath",
5454
"mathematics",
55+
"math",
5556
"chebyshev",
5657
"series",
5758
"polynomial",

0 commit comments

Comments
 (0)