|
|
 |
|
| found 13260 articles for 0.049 sec |
  |
Author: Sam Nelson
Date: Sep 19, 2008 01:08
In article <1671c76b-275e-492c-b283-9690dbcec242@k30g2000hse.googlegroups.com>, Doug <jagmad@riseup.net> writes: All pub car parks should be closed down and road parking not allowed. Pubs should be returned to local use where customers are within walking distance or can get there by PT....
|
| Show full article (0.71Kb) · Show article thread |
Author: Gary Scott
Date: Sep 5, 2008 10:13
... less decimal places. : What i do is an internal write with a format Fx.x like : "write(char,form) number" : Normally it works fine but my Fortran rounds the last 5 down. : Example: 1.555 is rounded by format F4.2 to 1....? The roundoff error is the same, whether rounded up or down. I know that there is an oldfashioned convention to do it ...
|
| Show full article (1.84Kb) · Show article thread |
|
|
Author: Kurt Kallblad
Date: Sep 5, 2008 07:08
...decimal places. : What i do is an internal write with a format Fx.x like : "write(char,form) number" : Normally it works fine but my Fortran rounds the last 5 down. : Example: 1.555 is rounded by format F4.2 to 1.... The roundoff error is the same, whether rounded up or down. I know that there is an oldfashioned convention to do it ...
|
| Show full article (2.58Kb) · Show article thread |
Author: Arjen Markus
Date: Sep 5, 2008 02:19
... decimal places. : What i do is an internal write with a format Fx.x like : "write(char,form) number" : Normally it works fine but my Fortran rounds the last 5 down. : Example: 1.555 is rounded by format F4.2 to 1.55...> The roundoff error is the same, whether rounded up or down. I know that there is an oldfashioned convention to do it ...
|
| Show full article (1.82Kb) · Show article thread |
Author: Kurt Kallblad
Date: Sep 5, 2008 01:12
... less decimal places. : What i do is an internal write with a format Fx.x like : "write(char,form) number" : Normally it works fine but my Fortran rounds the last 5 down. : Example: 1.555 is rounded by format F4.2 to 1.55 ...? The roundoff error is the same, whether rounded up or down. I know that there is an oldfashioned convention to do it the...
|
| Show full article (1.23Kb) · Show article thread |
Author: nospam
Date: Sep 4, 2008 13:54
...it works fine but my Fortran rounds the last 5 down. : Example: 1.555 is rounded by format F4.2 to... roundoff error is the same, whether rounded up or down. Perhaps in some other cases, but in this particular ... identifies this as having anything to do with internal writes in particular. Is he claiming that internal writes are different from external ones? If so, that would indeed be strange....
|
| Show full article (1.36Kb) · Show article thread |
Author: Leslie Ballentine
Date: Sep 4, 2008 13:38
... with less decimal places. : What i do is an internal write with a format Fx.x like : "write(char,form) number" : Normally it works fine but my Fortran rounds the last 5 down. : Example: 1.555 is rounded by format F4.2 to 1.55 ... problem? The roundoff error is the same, whether rounded up or down. I know that there is an oldfashioned convention to do it the...
|
| Show full article (0.69Kb) · Show article thread |
Author: Herman D. Knoble
Date: Sep 4, 2008 08:18
... with less decimal places. -|> -|What i do is an internal write with a format Fx.x like -|> -|"write(char,form) number" -|> -| -|> -|Normally it works fine but my Fortran rounds the last 5 down. -|> -|Example: 1.555 is rounded by format F4.2 to 1.55...-| Michel: Excellent idea. implicit none Real :: x x=1.555 write(*,"(1x,f4.2,2x,f4.2)") x, 1.E-3*NINT...
|
| Show full article (1.01Kb) · Show article thread |
Author: Michel Olagnon
Date: Sep 4, 2008 07:50
... number with less decimal places. -|What i do is an internal write with a format Fx.x like -|"write(char,form) number" -| -|Normally it works fine but my Fortran rounds the last 5 down. -|Example: 1.555 is rounded by format F4.2 to 1.55 not...not use the NINT intrinsic ? Real :: x x=1.555 write(*,"(1x,f4.2,2x,f4.2)") x, 1.E-3*Round(x...
|
| Show full article (0.85Kb) · Show article thread |
Author: Herman D. Knoble
Date: Sep 4, 2008 07:28
...a real number with less decimal places. -|What i do is an internal write with a format Fx.x like -|"write(char,form) number" -| -|Normally it works fine but my Fortran rounds the last 5 down. -|Example: 1.555 is rounded by format F4.2 to 1.55 not to...r=floor(x+0.5) end function round Real :: x x=1.555 write(*,"(1x,f4.2,2x,f4.2)") x, 1.E-3*Round(x*1...
|
| Show full article (0.73Kb) · Show article thread |
|
 |
|
1 ·
2 ·
3 ·
4 ·
5 ·
6 ·
7 ·
8 ·
9 ·
next |
|
|