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

Commit bacb07c

Browse files
committed
Fix of the cosinue test for the negative rounding error.
1 parent a9a28af commit bacb07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Decimal/DecimalCosTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function cosProvider() {
1212
return array(
1313
array('1', '0.54030230586814', 14),
1414
array('123.123', '-0.82483472946164834', 17),
15-
array('15000000000', '-0.72218064388924347681', 20)
15+
array('15000000000', '-0.72218064388924347683', 20)
1616
);
1717
}
1818

0 commit comments

Comments
 (0)