Arbitrary-precision arithmetic

Hello there!

There any ready-made realization of arbitrary-precision arithmetic of floating point numbers?

Hi!

Unfortunately there isn’t any built in libraries to deal with big numbers.

I made a program which works with 1024 bit unsigned integer numbers to calculate factorial up to 150, you can find it here:
http://grid.kfki.hu/afs/szaqaei/web/szi … factorial/

And you can find an OpenCL program which uses 128 bit floating point numbers to deal with Mandelbroth sets:
http://www.bealto.com/mp-mandelbrot_fp128-opencl.html

I hope these will help you :slight_smile:
Adam

Second link interesting, but not usefull. But i find that document:
http://meseec.ce.rit.edu/eecc250-winter … 7-2000.pdf

And now I’m working to create a double and float128. If I succeed, will upload here source code.

I’m stupid. I did not immediately find the source from the second link.