Skip to content

Commit f65feb7

Browse files
authored
chore: clean-up
Signed-off-by: Athan <[email protected]>
1 parent 5a66c44 commit f65feb7

File tree

1 file changed

+6
-16
lines changed
  • lib/node_modules/@stdlib/math/base/special/signumf

1 file changed

+6
-16
lines changed

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

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,21 @@
103103
},
104104
"example_values": [
105105
-100,
106+
0.1,
107+
0.5,
108+
1,
106109
-50,
107110
-10,
111+
10,
112+
25,
108113
-5,
109114
-3.5,
110115
-1,
111116
-0.5,
112117
-0.1,
113118
0,
114-
0.1,
115-
0.5,
116-
1,
117119
3.5,
118120
5,
119-
10,
120-
25,
121121
50,
122122
75,
123123
100,
@@ -137,17 +137,7 @@
137137
},
138138
"keywords": [
139139
"signum",
140-
"sign",
141-
"value",
142-
"number",
143-
"special function",
144-
"special",
145-
"function",
146-
"float32",
147-
"float",
148-
"single-precision",
149-
"f32",
150-
"flt"
140+
"sign"
151141
],
152142
"extra_keywords": [
153143
"math.sign"

0 commit comments

Comments
 (0)