Fix sin/cos/tan on x86; trac #2059
authorIan Lynagh <igloo@earth.li>
Sat, 3 May 2008 00:08:41 +0000 (00:08 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 3 May 2008 00:08:41 +0000 (00:08 +0000)
If the value is > 2^63 then we need to work out its value mod 2pi,
and apply the operation to that instead.


No differences found