Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Fix of the cosinue test for the negative rounding error.
Browse files Browse the repository at this point in the history
  • Loading branch information
codisart committed Apr 2, 2015
1 parent a9a28af commit bacb07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Decimal/DecimalCosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function cosProvider() {
return array(
array('1', '0.54030230586814', 14),
array('123.123', '-0.82483472946164834', 17),
array('15000000000', '-0.72218064388924347681', 20)
array('15000000000', '-0.72218064388924347683', 20)
);
}

Expand Down

0 comments on commit bacb07c

Please sign in to comment.