Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!olivea!orc!inews!iwarp.intel.com!csun!Twg-S5!bcphyagi From: bcphyagi@Twg-S5.uucp (Stephen Walton) Newsgroups: comp.lang.fortran Subject: Re: MS Fortran 5.00 FP underflows Keywords: Microsoft,Fortran Message-ID: <1990Sep22.214448.21328@csun.edu> Date: 22 Sep 90 21:44:48 GMT References: <1990Sep20.215410.4844@csun.edu> <1990Sep21.082155.1743@usenet.ins.cwru.edu> <9504@uhccux.uhcc.Hawaii.Edu> Sender: news@csun.edu (News Administrator) Reply-To: srw@csun.edu Organization: Dept. of Physics and Astronomy, Cal State Northridge Lines: 10 In article <9504@uhccux.uhcc.Hawaii.Edu> tholen@uhccux.uhcc.Hawaii.Edu (David Tholen) writes: >Hmm. Interesting. An INTEGER*1 variable can have only 256 discrete values, Actually, INTEGER*1 variables are signed in MS Fortran, so their range is -128 to +127. Beware. -- Stephen R. Walton, Dept. of Physics and Astronomy, Cal State Northridge I am srw@csun.edu no matter WHAT the stupid From: line says!