id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
2059	Erroneous results in trigonometric functions for > double-precision values	daniel.is.fischer	igloo	"For large inputs, sin, cos and tan return the input value:
{{{
GHCi, version 6.8.1: http://www.haskell.org/ghc/  :? for help
Loading package base ... linking ... done.
Prelude> sin 1e20
1.0e20
Prelude> cos 1e20
1.0e20
Prelude> cos 1e19
1.0e19
Prelude> cos 1e18
0.11965025504785125
Prelude> tan 1e19
1.0e19
}}}"	bug	closed	normal	6.8.3	Compiler	6.8.1	fixed			Linux	x86		Unknown	num009			
