home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / fchk294s.zip / ftnchek-2.9.4 / test / builtin.f < prev    next >
Text File  |  1995-06-30  |  184b  |  9 lines

  1. C checks makedcl generation of "Built-in" section
  2.  
  3.       double precision dsqrt, x
  4.       intrinsic sqrt, dsqrt
  5.       x = dsqrt(2.0d0)
  6.       y = sqrt(2.0)
  7.       print *, x, y
  8.       end
  9.