home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_05 / 8n05074b < prev    next >
Text File  |  1990-04-18  |  107b  |  11 lines

  1. Listing 3:
  2. }
  3. main()
  4. {
  5.     double x;
  6.     x = sqrt(2.0);
  7.     printf("The square root of 2 is %f\n", x);
  8. }
  9.  
  10.  
  11.