[6059] in Athena Bugs
decmips 7.1H: Fortran
daemon@ATHENA.MIT.EDU (ellis@ATHENA.MIT.EDU)
Tue Sep 18 14:18:36 1990
From: ellis@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Tue, 18 Sep 90 14:18:19 EDT
System name: REPOMAN
Type and version: KN01 7.1H
Display type: PM-MONO
What were you trying to do?
Use the fortran intrinsic function "sin"
What's wrong:
The function returns NAN
What should have happened:
The function should return correct value
Please describe any relevant documentation references:
To duplicate:
compile following code and run:
x = 61835.96484375
sinx = sin(x)
write(6,*) x,sinx
stop
end