|
|
 |
| found 5 articles for 0.000 sec |
  |
|
|
Group: comp.lang.fortran · Group Profile · Search for 1e30 in comp.lang.fortran
Author: Colin Watters
Date: Feb 16, 2007 12:54
...endif !c write(6,100) a,c,r,error,flag if(error.gt.bb) then write(fff,100) a,c,r,error,flag bb=error endif count=count+1 if(abs(a).gt.1e30) goto 2 1 continue 2 continue print *,fff if(a.lt.0.) stop bb=0. a=-1e-30 goto 10 100 format(g14.7,2x,a11,2x,g14.7,2x,g14.7,2x,a)...
|
| Show full article (27.82Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for 1e30 in comp.lang.fortran
Author: andrew.mallner
Date: Sep 19, 2006 08:41
... nearest points. The Fortran 77 version has a call like: CALL SPLINE(X,Y,N,YP1,YPN,Y2) with X, Y, and Y2 dimensioned N. YP1 and YPN are the input first derivative at the end points, or 1e30 to set the second derivative to zero at the end for a natural spline. A newer version presumably doesn't need N, but should still need YP1 and YPN. -- glen
|
| Show full article (1.67Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for 1e30 in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 18, 2006 17:22
... Y'' values at the two nearest points. The Fortran 77 version has a call like: CALL SPLINE(X,Y,N,YP1,YPN,Y2) with X, Y, and Y2 dimensioned N. YP1 and YPN are the input first derivative at the end points, or 1e30 to set the second derivative to zero at the end for a natural spline. A newer version presumably doesn't need N, but should still need YP1 and YPN. -- glen
|
| Show full article (1.13Kb) · Show article thread |
|
 |
|
|