Processsor
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.000 sec
Re: Constant expressions and mathematical functions     

Group: comp.lang.fortran · Group Profile · Search for Processsor in comp.lang.fortran
Author: nospam
Date: Oct 16, 2006 15:13

... the global one-time fix in wording. It has been noted many times that the standard doesn't even require that 2.0+2.0 give exactly 4.0 as a result, but coul.d give a darned poor processsor-dependent approximation of 4.0. If one takes the wording of the cited intrinsics literally, then they say that the result must be pi - not approximation at all, but exactly pi. Of course, that isn't ...
Show full article (2.45Kb) · Show article thread
Re: Formatted output and new_line('a') on "\r\n" systems     

Group: comp.lang.fortran · Group Profile · Search for Processsor in comp.lang.fortran
Author: Gary Scott
Date: Oct 14, 2006 22:21

... very strange at first, and sometimes still does. For stream, the idea of the newline function is *NOT* to return whatever the processor uses to physically represent record ends. The processsor might not use control characters at all for that purpose. Rather, the idea is to return something that can be used to indicate that the user wants a new record at that point. This...
Show full article (3.12Kb) · Show article thread
Re: Formatted output and new_line('a') on "\r\n" systems     

Group: comp.lang.fortran · Group Profile · Search for Processsor in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Oct 14, 2006 22:04

... latter seemed very strange at first, and sometimes still does. For stream, the idea of the newline function is *NOT* to return whatever the processor uses to physically represent record ends. The processsor might not use control characters at all for that purpose. Rather, the idea is to return something that can be used to indicate that the user wants a new record at that point....
Show full article (2.51Kb) · Show article thread
Re: Formatted output and new_line('a') on "\r\n" systems     

Group: comp.lang.fortran · Group Profile · Search for Processsor in comp.lang.fortran
Author: nospam
Date: Oct 14, 2006 19:22

..., which is why the standard says that processors may prohibit them. For stream, the idea of the newline function is *NOT* to return whatever the processor uses to physically represent record ends. The processsor might not use control characters at all for that purpose. Rather, the idea is to return something that can be used to indicate that the user wants a new record at that point. This ...
Show full article (2.36Kb) · Show article thread