X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "au_193" Newsgroups: comp.os.msdos.djgpp Subject: rint(), long double, etc. Lines: 20 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 X-Original-NNTP-Posting-Host: 203.220.81.145 Message-ID: <40222b08@news.comindico.com.au> X-Original-Trace: 5 Feb 2004 22:37:44 +1100, 203.220.81.145 Date: Thu, 05 Feb 2004 11:37:44 GMT NNTP-Posting-Host: 203.194.27.1 X-Complaints-To: abuse AT comindico DOT com DOT au X-Trace: news.optus.net.au 1075981064 203.194.27.1 (Thu, 05 Feb 2004 22:37:44 EST) NNTP-Posting-Date: Thu, 05 Feb 2004 22:37:44 EST Organization: Comindico Australia - reports relating to abuse should be sent to abuse AT comindico DOT com DOT au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 1) What happened to rint() and rintf() ? They are in the header file, but they cannot be linked to. 2) What about stpncpy? It is mentioned in the HTML library documentation, but it is obviously not part of DJGPP. 3) The standard 'math.h' library is not supporting the long double format. Is there any equivalent in DJGPP which would allow me to use most of the functions found in 'math.h' while achieving long double precision? Thanks for any clues.