-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add failing test for floating point number
It falls on the very edge of the currently defined LONG_LONG_DIGITS boundary.
- Loading branch information
Ole André Vadla Ravnås
committed
Aug 2, 2012
1 parent
8e0d32c
commit 3af10e4
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
0.0001, | ||
2.5, | ||
4.4, | ||
99.99 | ||
99.99, | ||
720.17300000000000182 | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[0.0001,2.5,4.4,99.99] | ||
[0.0001,2.5,4.4,99.99,720.17300000000000182] |