-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated double-test.sp and added double-test-results.txt
- Loading branch information
1 parent
b73d1ca
commit b82d901
Showing
2 changed files
with
57 additions
and
29 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
got: 3.141592653589793116, expected: 3.141592653589793238462643383279502884197169399375105820974944592307816406 | ||
got: 123456789.000000000000000000, expected: 123456789 | ||
got: 1234.345703125000000000, expected: 1234.34567 | ||
got: int 3 float 3.141592 expected: 3.141592653589793238462643383279502884197169399375105820974944592307816406 | ||
four > pi == 1 | ||
pi == pi == 1 | ||
four < pi == 0 | ||
abs got: -5.000000 5.000000 5.000000 | ||
abs exp: -5.0 5.0, 5.0 | ||
mod got: 125.000000 0.000000 0.000000 | ||
mod exp: 125.000000 0.000000 0.000000 | ||
add got: 20.000000 30.000000 40.000000 | ||
add exp: 20.0 30.0 40.0 | ||
sub got: 5.000000 0.000000 -10.000000 | ||
sub exp: 5.0 0.0 -5.0 | ||
mult got: 5.000000 25.000000 0.000000 | ||
mult exp: 5.0 25.0 0.0 | ||
div got: 3.333333 1.000000 0.000000 IsNaN: 1 | ||
div exp: 3.33333333333 1.0 NaN IsNaN: 1 | ||
pow got: 1000.000000 0.000000 | ||
pow exp: 1000.0 0.000000000100000000 | ||
sqrt: 3.162277 1.778279 nan: NaN IsNaN: 1 | ||
sqrt: 3.16227766017 1.77827941004 NaN: 0.0 IsNaN: 1 |
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