Date: Sun, 29 Apr 2001 10:13:02 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Rafal Maj cc: djgpp AT delorie DOT com Subject: Re: Floating point types In-Reply-To: <9cfkns$jva$1@info.cyf-kr.edu.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 29 Apr 2001, Rafal Maj wrote: > 1) Are ther any other buildin floating-points then float, double, long > double ? Yes, but these extra precisions are usually implemented in software. > 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) ? There's the GNU Multiple Precision library, look for gmp311b.zip on the usual DJGPP sites. I don't remember if it has C++ class wrappers, though.