Re: NaN in intel fortran 9.0 for windows integrated with VS.Net



bei wrote:
I am solving some numerical functions under intel fortran 9.0 for
windows integrated with VS.Net .However, my results have a lot of NaN
which I don't know how to handle.Most of my variable are very
small,like e-0003.I am wondering if it's because of my small
variables.Or I have something wrong with my algorithm.
Does your algorithm take range into account, by scaling the numbers immediately into the useful working range of the precision you chose? You might be able to read them from an ASCII file into REAL*16 variables, then scale them into DOUBLE PRECISION range.
.



Relevant Pages

  • Re: NonLinear System of Equation Problem
    ... I have a problem with a nonlinear system equations solve. ... where in option is definite the algorithm choose for the solution. ... Using the Gauss-Newton algorithm the exit message and the solution ... 402 NaN 1e-008 NaN ...
    (comp.soft-sys.matlab)
  • Re: Numerical Recipes (Fortran) Usenet ??
    ... the returned NaN instead of +inf ?? ... If an algorithm is getting infinities and NaNs, ...
    (comp.lang.fortran)