floating point precision



On the more general subject of floating point precision ... see previous
post ... I guess that storing division results in an array would be as
accurate as vfp can get ... I mean as opposed as storing them in a cursor.
So I'm thinking of a routine that creates a cursor of lookup keys and an
array of long division results. The routine would seek the key and return
arrayelement[recno()]. Has anyone tried something like this or... do I just
need more sleep?

--
-Lew
The workers took the robot for Maria.


.



Relevant Pages

  • Speed versus memory
    ... My initial impulse was to use vector processes everywhere. ... an absurd amount of memory. ... Such a routine only has two input arrays ... and one output array but goes through ten intermediate arrays all of ...
    (comp.lang.fortran)
  • Re: CVF compiler question, program giving inconsistent results
    ... Run time error checking for "Array and string bounds" is turned on. ... There is no Monte Carlo stuff in this code. ... routine in a support library that generates a "random" ... Right after the LOGICAL INITS declaration there is ...
    (comp.lang.fortran)
  • Re: Routine Interfering with Clipboard
    ... Otherwise use the temporary array, eg open one wb, assign the values ... file in created Inst2 that from its Open event starts a new routine called ... The macro therefore takes 25mins to run. ... instance of Excel and then open a second hidden instance to do all the ...
    (microsoft.public.excel.programming)
  • Re: Passing an array to a sub routine
    ... FileHandle, Array, Hash, Method, Regex}? ... The LoadDataFile routine works correctly, but the SaveDataFile ... > sub LoadDataFile ...
    (comp.lang.perl.misc)
  • Re: A question about OOP in Fortran?
    ... routine that will work with any class. ... So you can declare a hash table with any base type. ... If you want a heterogenous collection (array, string, list, ...
    (comp.lang.fortran)