We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d4088 commit 546f9baCopy full SHA for 546f9ba
lib/node_modules/@stdlib/_tools/scaffold/math-strided-unary/scripts/scaffold.sh
@@ -56,17 +56,17 @@ test_desc=${TEST_DESC:-'evaluates the Dirac delta function for each element'}
56
# Define a list of keywords:
57
if [[ -z "${KEYWORDS:-}" ]]; then
58
keywords=(
59
- "stdmath"
60
- "mathematics"
61
- "math"
62
- "dirac"
63
- "delta"
64
- "distribution"
65
- "dist"
66
- "continuous"
67
- "kronecker"
68
- "spike"
69
- "impulse"
+ "stdmath"
+ "mathematics"
+ "math"
+ "dirac"
+ "delta"
+ "distribution"
+ "dist"
+ "continuous"
+ "kronecker"
+ "spike"
+ "impulse"
70
)
71
else
72
IFS=','; read -ra keywords <<< "${KEYWORDS}"; IFS=' ';
0 commit comments