Thread: "Unlimited" Length Floating Point Numbers

  1. #1
    Magically delicious LuckY's Avatar
    Join Date
    Oct 2001
    Posts
    856

    "Unlimited" Length Floating Point Numbers

    I wrote this class a little while back and wrapped a calculator around it. I always intended to release the source once I had it at a decent working level (although it's still aesthetically displeasing). The class is called HugeFloat and it allows you to perform arithmetic with unlimited length (it's only limit is the end of memory) floating point numbers rapidly and accurately.

    Please download it and give it the old once over. Take your time. There's no need to rush this. Then, once you've had the opportunity to marinate in your experience, share all of your emotions with me. Don't keep them bottled up inside. If you do, some day you might explode, and no one will be around to pick up the pieces. We all know you don't want that.

    Download it here: http://www.geocities.com/lucky760/hugefloat/
    Last edited by LuckY; 03-22-2005 at 07:54 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem aligning floating point numbers
    By esbo in forum C Programming
    Replies: 4
    Last Post: 01-05-2009, 08:09 PM
  2. Floating point #'s, why so much talk about it?
    By scuzzo84 in forum C Programming
    Replies: 5
    Last Post: 09-20-2005, 04:29 PM
  3. Floating point numbers
    By bulsquare in forum C Programming
    Replies: 2
    Last Post: 04-10-2002, 04:44 AM
  4. Very large floating point numbers
    By bulsquare in forum C Programming
    Replies: 0
    Last Post: 04-08-2002, 04:10 PM
  5. Floating point exceptions
    By Boris in forum C++ Programming
    Replies: 8
    Last Post: 11-19-2001, 08:32 AM