Click here to Skip to main content
15,888,803 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: compute the square root of a number Pin
Luc Pattyn27-Aug-07 14:30
sitebuilderLuc Pattyn27-Aug-07 14:30 
GeneralRe: compute the square root of a number Pin
George L. Jackson27-Aug-07 14:42
George L. Jackson27-Aug-07 14:42 
GeneralRe: compute the square root of a number Pin
Luc Pattyn27-Aug-07 14:56
sitebuilderLuc Pattyn27-Aug-07 14:56 
GeneralRe: compute the square root of a number Pin
George L. Jackson27-Aug-07 15:34
George L. Jackson27-Aug-07 15:34 
GeneralRe: compute the square root of a number Pin
Luc Pattyn27-Aug-07 15:41
sitebuilderLuc Pattyn27-Aug-07 15:41 
GeneralRe: compute the square root of a number without mathematic functions ..... Pin
Mark Salsbery27-Aug-07 13:43
Mark Salsbery27-Aug-07 13:43 
GeneralRe: compute the square root of a number without mathematic functions ..... Pin
George L. Jackson27-Aug-07 13:59
George L. Jackson27-Aug-07 13:59 
GeneralRe: compute the square root of a number without mathematic functions ..... Pin
Luc Pattyn27-Aug-07 14:26
sitebuilderLuc Pattyn27-Aug-07 14:26 
Hi Mark,

here is a performance optimization for you:
you don't need all the digits to start calculating the square root, so what
you can do is note a few thousand digits, and move on to the next step
and determine the first thousand digits of the root.
Make sure to leave the space for the missing digits though, otherwise you
may have to restart everything later on.

furthermore what's the hurry? the question was not even marked "urgent"
or "somewhat urgent".

Hope you don't make any mistake in the process...

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


Questionhow to lanch a timer starting From a method ? Pin
aefmaaradji25-Aug-07 4:49
aefmaaradji25-Aug-07 4:49 
QuestionRe: how to lanch a timer starting From a method ? Pin
George L. Jackson27-Aug-07 12:12
George L. Jackson27-Aug-07 12:12 
QuestionWant to draw a line on a Form with C++/CLI Pin
...---...24-Aug-07 7:15
...---...24-Aug-07 7:15 
AnswerRe: Want to draw a line on a Form with C++/CLI Pin
Mark Salsbery24-Aug-07 8:05
Mark Salsbery24-Aug-07 8:05 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
...---...24-Aug-07 8:50
...---...24-Aug-07 8:50 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
Christian Graus24-Aug-07 12:02
protectorChristian Graus24-Aug-07 12:02 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
Mark Salsbery24-Aug-07 12:14
Mark Salsbery24-Aug-07 12:14 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
George L. Jackson24-Aug-07 12:49
George L. Jackson24-Aug-07 12:49 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
Mark Salsbery24-Aug-07 12:54
Mark Salsbery24-Aug-07 12:54 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
George L. Jackson24-Aug-07 12:56
George L. Jackson24-Aug-07 12:56 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
led mike27-Aug-07 5:13
led mike27-Aug-07 5:13 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
Luc Pattyn24-Aug-07 14:06
sitebuilderLuc Pattyn24-Aug-07 14:06 
GeneralRe: Want to draw a line on a Form with C++/CLI Pin
Mark Salsbery24-Aug-07 14:41
Mark Salsbery24-Aug-07 14:41 
QuestionMemory consumption issues (GC-related???) Pin
Xpnctoc24-Aug-07 4:07
Xpnctoc24-Aug-07 4:07 
AnswerRe: Memory consumption issues (GC-related???) Pin
led mike24-Aug-07 4:33
led mike24-Aug-07 4:33 
AnswerRe: Memory consumption issues (GC-related???) Pin
Mark Salsbery24-Aug-07 6:30
Mark Salsbery24-Aug-07 6:30 
GeneralRe: Memory consumption issues (GC-related???) Pin
led mike24-Aug-07 8:10
led mike24-Aug-07 8:10 

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.