50000000000000000
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 8 articles for 0.302 sec
And here is the same code in unit/module form with tables commented out: The possible table lookups/optimizations are left in in case I or any one else wants to test those ;) // *** Begin of Module Code *** unit UnitStringToUint64_version_003; interface function TryStrToUint64( S : string; var Value : Uint64 ) : boolean; implementation { Skybuck's TryStrToUint64 conversion     

Group: alt.lang.asm · Group Profile · Search for 50000000000000000 in alt.lang.asm
Author: Skybuck Flying
Date: Oct 25, 2007 01:12

And here is the same code in unit/module form with tables commented out: The possible table lookups/optimizations are left in in case I or any one else wants to test those ;) // *** Begin of Module Code *** unit UnitStringToUint64_version_003; interface function TryStrToUint64( S : string; var Value : Uint64 ) : boolean; implementation { Skybuck's TryStrToUint64 conversion
Show full article (9.41Kb)
Hello, Sometimes I google for my own code and then it sucks if I one can't find it or too it's incomplete. So one more time the complete code as it now is, all 3 versions embedded. Version 0.03 is now active... big 1600 bytes lookup tables still active but those could be commented out. Maybe somebody else could write a nice benchmark program for it ? Tomorrow maybe I write one, but     

Group: alt.comp.lang.borlanddelphi · Group Profile · Search for 50000000000000000 in alt.comp.lang.borlanddelphi
Author: Skybuck Flying
Date: Oct 25, 2007 01:12

Hello, Sometimes I google for my own code and then it sucks if I one can't find it or too it's incomplete. So one more time the complete code as it now is, all 3 versions embedded. Version 0.03 is now active... big 1600 bytes lookup tables still active but those could be commented out. Maybe somebody else could write a nice benchmark program for it ? Tomorrow maybe I write one, but
Show full article (9.41Kb)
Hello, Here is my version 0.01 and my optimized version 0.02 which uses only one lookup and one addition per character/digit. Also the checks will be pretty fast because it's very unlike the checks will: 1. Happen at all for lesser/smaller values/strings. 2. Happen at full length, full length for maximum value only ;) So pretty fast "safety" checks. And finally 3. Pretty damn     

Group: alt.lang.asm · Group Profile · Search for 50000000000000000 in alt.lang.asm
Author: Skybuck Flying
Date: Oct 25, 2007 01:04

On 9/5/07, Carl Woll <carlw@wolfram.com> wrote: <snip/> I think the following explains it: In[144]:= N[ FromDigits[#, 2] & /@ RealDigits[{999.5, 99.95, 9.995, .9995}, 2], 20] Out[144]= {999.50000000000000000, 99.950000000000002842, 9.9949999999999992184, 0.99950000000000005507} ^^^ Woll FTW (again!) Thanks! (FTW is slang for, "For The Win")
Show full article (10.07Kb)
Chris Chiasson wrote: >Round[9995,10] >Round[999.5,1] >Round[99.95,1/10] >Round[9.995,1/100] >Round[.9995,1/1000] > >The results of these commands are decreasing powers of ten, except the >second to last one, which gives 999/100 on my machine. I assume it has >something to do with the storage of floating point numbers in binary >rather than decimal form, but I don't know. Anyway, it just     

Group: alt.comp.lang.borlanddelphi · Group Profile · Search for 50000000000000000 in alt.comp.lang.borlanddelphi
Author: Skybuck Flying
Date: Oct 25, 2007 01:04

René Guilbault a écrit : Tapez 0,2 dans la cellule A1, puis en dessous, tapez =A1*11-2. Bien sûr on retrouve 0,2? Tirez ensuite cette cellule vers le bas, on ne devrait trouver que des 0,2 et hélas ça diverge très vite et beaucoup. Pourquoi?? Merci! Dès a3, la quinzième décimale se prend les pieds dans le tapis. C'est la limite de précision qui ouvre la porte aux erreurs d'arrondi
Show full article (10.07Kb) · Show article thread
    

Group: alt.comp.lang.borlanddelphi · Group Profile · Search for 50000000000000000 in alt.comp.lang.borlanddelphi
Author: Skybuck Flying
Date: Oct 25, 2007 00:31

Show full article (9.72Kb)
    

Group: comp.softsys.math.mathematica · Group Profile · Search for 50000000000000000 in comp.softsys.math.mathematica
Author: Chris Chiasson
Date: Sep 6, 2007 02:49

Show full article (0.43Kb)
    

Group: comp.softsys.math.mathematica · Group Profile · Search for 50000000000000000 in comp.softsys.math.mathematica
Author: Carl Woll
Date: Sep 6, 2007 02:47

Show full article (0.79Kb)
    

Group: fr.sci.maths · Group Profile · Search for 50000000000000000 in fr.sci.maths
Author: kduc
Date: Feb 1, 2007 13:19

Show full article (1.61Kb) · Show article thread