Skip to content

Commit cdf750f

Browse files
authored
chore: clean-up
Signed-off-by: Athan <[email protected]>
1 parent 8f1ca45 commit cdf750f

File tree

1 file changed

+5
-10
lines changed
  • lib/node_modules/@stdlib/math/base/special/signum

1 file changed

+5
-10
lines changed

lib/node_modules/@stdlib/math/base/special/signum/package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@
9898
},
9999
"example_values": [
100100
-100,
101+
0.1,
102+
0.5,
101103
-50,
102104
-10,
105+
10,
106+
25,
103107
-5,
104108
-3.5,
105109
-1,
106110
-0.5,
107111
-0.1,
108112
0,
109-
0.1,
110-
0.5,
111113
1,
112114
3.5,
113115
5,
114-
10,
115-
25,
116116
50,
117117
75,
118118
100,
@@ -132,12 +132,7 @@
132132
},
133133
"keywords": [
134134
"signum",
135-
"sign",
136-
"value",
137-
"number",
138-
"special function",
139-
"special",
140-
"function"
135+
"sign"
141136
],
142137
"extra_keywords": [
143138
"math.sign"

0 commit comments

Comments
 (0)