Click here to Skip to main content
15,892,674 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionHow to find FINV Pin
sumit703429-Jul-08 21:34
sumit703429-Jul-08 21:34 
AnswerRe: How to find FINV Pin
Paul Conrad30-Jul-08 6:11
professionalPaul Conrad30-Jul-08 6:11 
GeneralRe: How to find FINV Pin
sumit703430-Jul-08 19:06
sumit703430-Jul-08 19:06 
Generalimplemented the problem Pin
sumit703431-Jul-08 1:47
sumit703431-Jul-08 1:47 
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 
Hi,

I've a problem with the proper conversion of double to it's string representation.

For example.
If I've in the code some double value:
double a = 69000.015;
the debugger in debug window will show 69000.014999999999 but not 69000.015

Generally I need the precision and number of significant digits for the conversion.
For sprintf(...) I have to specify the precision and specifier.
How can I get the correct precision of the double value?

Is there any solution/clases for this type of conversion?

Thanks.
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 
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 

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.