Nbody6
 All Files Functions Variables
test.f
Go to the documentation of this file.
1  x = -1.0
2  x = sqrt(x)
3  if (isnan(x)) then
4  write (6,1) x
5  1 format (' x ',1p,e10.2)
6  END IF
7  END