From: "Rafal Maj" Newsgroups: comp.os.msdos.djgpp Subject: Floating point types Date: Sun, 29 Apr 2001 01:47:01 +0200 Organization: Academic Computer Center CYFRONET AGH Lines: 10 Message-ID: <9cfkns$jva$1@info.cyf-kr.edu.pl> NNTP-Posting-Host: d-94-53-18.cyfronet.krakow.pl X-Trace: info.cyf-kr.edu.pl 988501564 20458 149.156.1.178 (28 Apr 2001 23:46:04 GMT) X-Complaints-To: news AT cyf-kr DOT edu DOT pl NNTP-Posting-Date: Sat, 28 Apr 2001 23:46:04 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I have two questions connected with math 1) Are ther any other buildin floating-points then float, double, long double ? 2) Where can I find library, that will support operations with higher precision then long double (some new class maybe SuperDouble, and operators + - * / and functions sin() cos()... working on this class) ? Raf.