Not sure just what causes this but evaluating
"=PI()*SIN(-375)+COS(99)-TAN(-1+2)+ATAN(SIN(5))"
on my system produces a number that's 16 significant digits, but the test case
only uses 15. The
attached patch sets the precision for both sides of the assertEquals to 15
significant digits.
Original issue reported on code.google.com by scha...@gmail.com on 22 Feb 2008 at 3:42
Original issue reported on code.google.com by
scha...@gmail.com
on 22 Feb 2008 at 3:42Attachments: