Skip to content

Commit 868324a

Browse files
committed
style: add missing decimals
1 parent e2a8c34 commit 868324a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/number/float64/base/assert/is-same-value/test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tape( 'the function returns `true` if provided two double-precision floating-poi
3737
var i;
3838

3939
values = [
40-
5,
40+
5.0,
4141
3.14,
4242
-3.14,
4343
0.0,

lib/node_modules/@stdlib/number/float64/base/assert/is-same-value/test/test.native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tape( 'the function returns `true` if provided two double-precision floating-poi
4646
var i;
4747

4848
values = [
49-
5,
49+
5.0,
5050
3.14,
5151
-3.14,
5252
0.0,

0 commit comments

Comments
 (0)