Click here to Skip to main content
15,895,606 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: implemented the problem Pin
Paul Conrad2-Aug-08 10:46
professionalPaul Conrad2-Aug-08 10:46 
GeneralRe: implemented the problem Pin
sumit70344-Aug-08 0:11
sumit70344-Aug-08 0:11 
GeneralRe: implemented the problem Pin
Paul Conrad4-Aug-08 4:57
professionalPaul Conrad4-Aug-08 4:57 
QuestionHow to get a correct string representation of double? Pin
oleg6328-Jul-08 11:28
professionaloleg6328-Jul-08 11:28 
AnswerRe: How to get a correct string representation of double? Pin
Luc Pattyn28-Jul-08 12:27
sitebuilderLuc Pattyn28-Jul-08 12:27 
GeneralRe: How to get a correct string representation of double? Pin
oleg6329-Jul-08 4:24
professionaloleg6329-Jul-08 4:24 
GeneralRe: How to get a correct string representation of double? Pin
CPallini29-Jul-08 7:41
mveCPallini29-Jul-08 7:41 
AnswerRe: How to get a correct string representation of double? Pin
Paul Conrad28-Jul-08 18:19
professionalPaul Conrad28-Jul-08 18:19 
No real simple solution due to the way floating point numbers are represented in binary form. You'll always have some odd round off to deal with.

You could always try using the Decimal type...

"The clue train passed his station without stopping." - John Simmons / outlaw programmer

"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon


GeneralRe: How to get a correct string representation of double? Pin
ClementsDan31-Jul-08 18:42
ClementsDan31-Jul-08 18:42 
AnswerRe: How to get a correct string representation of double? Pin
cp987628-Jul-08 22:13
cp987628-Jul-08 22:13 
AnswerRe: How to get a correct string representation of double? Pin
prathapcode3-Jun-09 1:19
prathapcode3-Jun-09 1:19 
GeneralRe: How to get a correct string representation of double? Pin
oleg633-Jun-09 4:04
professionaloleg633-Jun-09 4:04 
QuestionC# code for optimal path, given adjacency matrix/cost values? Pin
sherifffruitfly27-Jul-08 7:08
sherifffruitfly27-Jul-08 7:08 
AnswerRe: C# code for optimal path, given adjacency matrix/cost values? Pin
Tim Craig27-Jul-08 20:09
Tim Craig27-Jul-08 20:09 
GeneralRe: C# code for optimal path, given adjacency matrix/cost values? Pin
sherifffruitfly28-Jul-08 5:22
sherifffruitfly28-Jul-08 5:22 
GeneralRe: C# code for optimal path, given adjacency matrix/cost values? Pin
Paul Conrad28-Jul-08 5:49
professionalPaul Conrad28-Jul-08 5:49 
GeneralRe: C# code for optimal path, given adjacency matrix/cost values? Pin
sherifffruitfly28-Jul-08 9:45
sherifffruitfly28-Jul-08 9:45 
GeneralRe: C# code for optimal path, given adjacency matrix/cost values? Pin
Paul Conrad28-Jul-08 9:48
professionalPaul Conrad28-Jul-08 9:48 
GeneralRe: C# code for optimal path, given adjacency matrix/cost values? Pin
sherifffruitfly29-Jul-08 12:51
sherifffruitfly29-Jul-08 12:51 
QuestionCategorisation Pin
Jammer26-Jul-08 5:33
Jammer26-Jul-08 5:33 
AnswerRe: Categorisation Pin
Alan Balkany28-Jul-08 5:21
Alan Balkany28-Jul-08 5:21 
QuestionHow much different are they? Pin
Ian Uy24-Jul-08 3:45
Ian Uy24-Jul-08 3:45 
AnswerRe: How much different are they? Pin
73Zeppelin24-Jul-08 21:48
73Zeppelin24-Jul-08 21:48 
GeneralRe: How much different are they? Pin
Ian Uy25-Jul-08 16:03
Ian Uy25-Jul-08 16:03 
AnswerRe: How much different are they? Pin
Alan Balkany25-Jul-08 8:20
Alan Balkany25-Jul-08 8:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.