home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 10037 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.4 KB

  1. From: mike@hpfcso.FC.HP.COM (Mike McNelly)
  2. Date: Thu, 3 Sep 1992 23:45:21 GMT
  3. Subject: Re: Data storage info needed
  4. Message-ID: <7371288@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!usc!sdd.hp.com!hp-cv!hp-pcd!hpfcso!mike
  7. Newsgroups: comp.sys.hp
  8. References: <1992Sep3.211700.5149@iscnvx.lmsc.lockheed.com>
  9. Lines: 26
  10.  
  11. > We are assembling a brief guide for our users
  12. > who have been using various mainframes or
  13. > workstations, and wish to switch to a different
  14. > machine. We are including some comprison tables
  15. > on data representation on five workstations and 
  16. > two mainframes, primarily for FORTRAN programmers
  17. > (yes, they still exist!). I have been digging through the
  18. > manuals, and I have not been able to find the
  19. > following on the HP Apollo (Series 700):
  20. > 1. how many decimal digits of precision with REAL*4 and REAL*8?
  21. Real*4: ~ 7 digits; Real*8: ~16 digits; Real*16: 34 digits.
  22.  
  23. > 2. is a character constant stored left to right or right to left?
  24. If I understand your question, they are stored left to right (no
  25. byte swapping). Actually they are stored in memory as a sequence of 
  26. ASCII codes, 1 per byte.
  27.  
  28. Both of these questions are answered in the "FORTRAN/9000 Reference",
  29. part number B1688-90000.  Another good reference you should check is the
  30. "HP-UX Portability Guide", part number B1864-90006.
  31.  
  32. Mike McNelly
  33. mike@fc.hp.com
  34.  
  35. Not an official spokesman for anybody but myself.
  36.