Operating System - HP-UX
1833759 Members
2413 Online
110063 Solutions
New Discussion

Wanted: C++ Library for large [1024bit?] float numbers

 
SOLVED
Go to solution
Klaus-Peter Mueller
Occasional Advisor

Wanted: C++ Library for large [1024bit?] float numbers

Hi,
I would like to save some work!
>Must: C++ Library for large [1024bit?] float numbers with all standard operators
>Want: designed for little-endians
(Pentium II, to be precise) without further measures,
to be used with Microsoft Visual C++ 6.0 Compiler
>Nice:a) Class for matrix and vector operations
(e.g. matrix inversion)
b) complete for these numbers

FOR FREE! (Guess why I use a Pentium II:)))

I would be glad to receive any help with that.
It's going to be one of my first programs and THAT problem is not very good for my motivation:)))


2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Wanted: C++ Library for large [1024bit?] float numbers

Hi:

You don't want much do you? Anyway, here is one package for which the source is available and you should be able to port to Microsoft without too much trouble. It's comes fairly close to your request.

http://hpux.cs.utah.edu/hppd/hpux/Maths/Misc/mapm-3.85/readme.html

If it ain't broke, I can fix that.
Klaus-Peter Mueller
Occasional Advisor

Re: Wanted: C++ Library for large [1024bit?] float numbers

YES!
Thank You very much! :)))