Date: Wed, 11 Jul 2001 18:17:20 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Patrick Mitran" Message-Id: <3405-Wed11Jul2001181719+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (pmitran AT tsp DOT ece DOT mcgill DOT ca) Subject: Re: libm question References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Patrick Mitran" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 11 Jul 2001 14:04:59 GMT > > > > ??? AFAIK, erfc is available on most modern systems, including Unix and > > GNU/Linux systems. You need to link with -lm, but that's all. > > > > So why did you think erfc makes your code non-portable? > > Well, because it says that none of the variants of erf are ANSI in the > libm info. Now if it turns out that the systems I need it on do have > erfc in the libm library, then that solves my problem. I expect erfc to be available on any Unix box.