Click here to Skip to main content
16,007,443 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Print with Only If.... Pin
swjam26-Feb-07 12:06
swjam26-Feb-07 12:06 
QuestionLinear programming algorithms Pin
Wjousts12-Feb-07 10:06
Wjousts12-Feb-07 10:06 
AnswerRe: Linear programming algorithms Pin
Stephen Hewitt13-Feb-07 11:31
Stephen Hewitt13-Feb-07 11:31 
AnswerRe: Linear programming algorithms Pin
PER900028-Feb-07 4:39
PER900028-Feb-07 4:39 
QuestionGrouping Integers Pin
24891289-Feb-07 21:44
24891289-Feb-07 21:44 
AnswerRe: Grouping Integers Pin
Bassam Abdul-Baki10-Feb-07 7:40
professionalBassam Abdul-Baki10-Feb-07 7:40 
Questiondivision algorithm Pin
david bagaturia7-Feb-07 22:35
david bagaturia7-Feb-07 22:35 
AnswerRe: division algorithm Pin
Luc Pattyn8-Feb-07 2:27
sitebuilderLuc Pattyn8-Feb-07 2:27 
Doing division efficiently is not very straightforward; there are many algorithms.

You could have a look at:
- some "big integer" articles on CodeProject
- the GNU multi-precision library [^]
- hundreds of books, e.g. The Art of Computer Programming, Volume 2, Seminumerical
Algorithms, by Donald Knuth.
- Google

I myself would be interested in a .NET wrapper for the GNU library, because I work in
.NET and the GNU library is very extensive.

Regards






Luc Pattyn

GeneralRe: division algorithm Pin
Dan Neely8-Feb-07 3:39
Dan Neely8-Feb-07 3:39 
GeneralRe: division algorithm Pin
Luc Pattyn8-Feb-07 4:10
sitebuilderLuc Pattyn8-Feb-07 4:10 
AnswerRe: division algorithm Pin
Bassam Abdul-Baki8-Feb-07 7:55
professionalBassam Abdul-Baki8-Feb-07 7:55 
AnswerRe: division algorithm Pin
Are Jay8-Feb-07 8:22
Are Jay8-Feb-07 8:22 
GeneralRe: division algorithm Pin
Luc Pattyn8-Feb-07 10:09
sitebuilderLuc Pattyn8-Feb-07 10:09 
GeneralRe: division algorithm Pin
Are Jay9-Feb-07 6:37
Are Jay9-Feb-07 6:37 
AnswerRe: division algorithm Pin
david bagaturia8-Feb-07 18:14
david bagaturia8-Feb-07 18:14 
Questionmatrix of positions Pin
anassamar4-Feb-07 11:42
anassamar4-Feb-07 11:42 
Questiondiscrete mathematics Pin
studentprogrammer3-Feb-07 15:19
studentprogrammer3-Feb-07 15:19 
AnswerRe: discrete mathematics Pin
Roger Wright12-Feb-07 11:41
professionalRoger Wright12-Feb-07 11:41 
GeneralUnsolved Problems Pin
Bassam Abdul-Baki3-Feb-07 9:05
professionalBassam Abdul-Baki3-Feb-07 9:05 
GeneralRe: Unsolved Problems Pin
Paul Conrad3-Feb-07 15:26
professionalPaul Conrad3-Feb-07 15:26 
QuestionControl direction of rounding. Pin
Dan Neely25-Jan-07 2:44
Dan Neely25-Jan-07 2:44 
AnswerRe: Control direction of rounding. Pin
Bassam Abdul-Baki25-Jan-07 4:42
professionalBassam Abdul-Baki25-Jan-07 4:42 
GeneralRe: Control direction of rounding. Pin
Dan Neely25-Jan-07 5:14
Dan Neely25-Jan-07 5:14 
GeneralRe: Control direction of rounding. Pin
Bassam Abdul-Baki25-Jan-07 5:39
professionalBassam Abdul-Baki25-Jan-07 5:39 
AnswerRe: Control direction of rounding. Pin
cmk1-Feb-07 10:49
cmk1-Feb-07 10:49 

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.