Skip to content

Commit

Permalink
added spwitt as contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Oct 6, 2018
1 parent 4334dfe commit eb7bb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Ossama Hjaji <[email protected]>
Martin Habovštiak <[email protected]>
Mara Bos <[email protected]>
Siddharth Naithani <[email protected]>
Spencer Witt
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ fn add_one_test_float() {
test("000.000", "1.000");
test("-000.00", "1.00");
test("-0.9", "0.1");
test("-0.76987965465", "0.23012034535");
test("0123456789.0987654321", "123456790.0987654321");
}

0 comments on commit eb7bb05

Please sign in to comment.