|
|
 |
| found 22 articles for 0.003 sec |
  |
Group: comp.lang.fortran · Group Profile · Search for c inverse sqrt epsilon nought mu nought in comp.lang.fortran
Author: Wade Ward
Date: Jun 7, 2007 14:20
...of atan. So I'd leave c as is, but change the statements...4e-7_dp * PIE E0 = 1/ (U0*c**2) ! because **2 is better for...real(kind=dp):: U0,E0,PIE, c, e0_calc PIE = 4.0_dp* atan(1...* PIE E0= 8.854187E-12_dp c = 2.99792458E8_dp e0_calc = 1.0_dp/ ...c**2.0_dp) write (*,'(f35.25)') c, U0, PIE,E0, e0_calc write (*,*)... gives as much width on epsilon nought as double precision can do. I can't believe I ...
|
| Show full article (2.29Kb) |
Group: comp.lang.fortran · Group Profile · Search for c inverse sqrt epsilon nought mu nought in comp.lang.fortran
Author: Wade Ward
Date: May 22, 2007 16:18
...I have another problem with Wade's terminology. c is a velocity, which happens to be a...metres per second, which Paul gave. c is NOT a rational number. Rational ...) real(kind=dp):: x,U0,E0,PIE, c, e0_calc PIE = 4* atan(1.0) U0=(...4.0 * PIE E0= 8.854187E-12_dp c = 2.99792458E8_dp x = (E0*U0)**(-.5) write..."going the other way" e0_calc = 1/ (U0 * c**2.0) write (*,'(f35.25)') c, ...
|
| Show full article (2.26Kb) |
|
 |
|
1 ·
2 ·
3 ·
next |
|
|