Skip to content

Commit 573bc32

Browse files
authored
chore: update example values
Signed-off-by: Athan <[email protected]>
1 parent 3070743 commit 573bc32

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@
9696
]
9797
},
9898
"example_values": [
99-
64,
100-
27,
101-
0,
99+
64.5,
100+
27.6,
101+
0.9,
102102
0.1,
103-
-9,
104-
8,
105-
-1,
106-
125,
103+
-9.2,
104+
8.3,
105+
-1.4,
106+
125.01,
107107
-10.2,
108108
11.3,
109109
-12.4,

0 commit comments

Comments
 (0)