home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16125 < prev    next >
Encoding:
Text File  |  1992-11-08  |  981 b   |  28 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!netnews!bandy
  3. From: bandy@netnews.jhuapl.edu (Mike Bandy)
  4. Subject: Re: HELP!!! Converting strings to floats....
  5. Message-ID: <BxBz66.GDw@netnews.jhuapl.edu>
  6. Organization: JHU/Applied Physics Laboratory
  7. References: <29OCT199209275328@summa.tamu.edu>
  8. Date: Sat, 7 Nov 1992 05:27:42 GMT
  9. Lines: 17
  10.  
  11. gtb6038@summa.tamu.edu (BILES, GREG THOMAS) writes:
  12.  
  13. >My major CPSC project is due today, and I have one big problem.  I have a 
  14. >string that contains some number, ex 43.23489.  And, I want to convert that to
  15. >a float.  I have tried to write it to a file and then read it in as a float,
  16. >but it just adds some small number to the end.  For instance, 324.234 would 
  17. >be read in as 324.23398342!  Thanks for any help in advance!
  18.  
  19. You're at the limits of a single precision number.  Either display fewer chars
  20. on output of use a double precision number.
  21.  
  22.  
  23. -- 
  24.  
  25.     Mike Bandy
  26.     bandy@aplcomm.jhuapl.edu
  27.     Johns Hopkins University / Applied Physics Lab
  28.