X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "ds" Newsgroups: comp.os.msdos.djgpp References: <40222b08 AT news DOT comindico DOT com DOT au> <3405-Thu05Feb2004210810+0200-eliz AT elta DOT co DOT il> <40261e4e AT news DOT comindico DOT com DOT au> <2914-Sun08Feb2004202132+0200-eliz AT elta DOT co DOT il> <4026f469 AT news DOT comindico DOT com DOT au> Subject: Re: rint(), long double, etc. Date: Tue, 10 Feb 2004 22:37:53 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Lines: 40 Message-ID: <40294f2d$0$98751$d5255a0c@news.wanadoo.nl> Organization: Wanadoo NNTP-Posting-Date: 10 Feb 2004 21:37:50 GMT NNTP-Posting-Host: htn-c-6270.adsl.wanadoo.nl X-Trace: 1076449070 marvin.euronet.nl 98751 62.234.130.112:3732 X-Complaints-To: abuse AT wanadoo DOT nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ---- Sometimes you need to do match on a real (big) number, like in your example. So we would like you to know we developed a collection of functions (library, dll) for working with real big numbers and all that. (...numbers bigger than the normal data types a programmer can handle.) It was made for Visual Basic, but can be used in any language that can invoke a .DLL (such as C++, VBA in Excel, Access or whatever) It's the only DLL available for Windows for UNLIMITED BIG NUMBERS with functions such as: +/-* Power2, Power10, MOD DIVIDE, ISPRIME, COMPARE, Xor etc... Calculations are sometimes even faster than you are used to, cause everything was made in assembly. It's shareware and it is online on http://www.big-numbers.com David "au_193" schreef in bericht news:4026f469 AT news DOT comindico DOT com DOT au... > > "Eli Zaretskii" wrote in message > news:2914-Sun08Feb2004202132+0200-eliz AT elta DOT co DOT il... > > ....... > > > This is not a problem if you recall that GNU `ld' is a one-pass > > linker. Try this command: > > > > gcc ... -lc -lm > > Thank you for anticipating my next question, before I have > even asked it. > >