Thread: Large numbers...

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    3

    Exclamation Large numbers...

    Hi all,

    Is there a way to increase the range of "long double" numbers in C? Or, have you ever seen any implementation of a variable type larger tha "long double"? I'm trying to work with HUGE numbers, greater than 1.18e+4932, that apperas to be the largest number that my "long double" can hold...

    Thank you!!

    Bruno

  2. #2
    FOX
    Join Date
    May 2005
    Posts
    188
    Use a library like GMP.

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    3

    Re: Large numbers...

    Thank you!! That's exactely what I was looking for!!!


    Bruno

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to deal wth large numbers
    By bvgsrs in forum C++ Programming
    Replies: 2
    Last Post: 06-18-2007, 06:16 AM
  2. Handling Large Numbers
    By Xzyx987X in forum C Programming
    Replies: 2
    Last Post: 05-03-2004, 02:33 PM
  3. Using really big numbers!
    By Machewy in forum C++ Programming
    Replies: 11
    Last Post: 02-26-2004, 10:49 AM
  4. Help needed with VERY large numbers.
    By jwarner in forum C++ Programming
    Replies: 4
    Last Post: 01-18-2004, 12:01 PM
  5. A (complex) question on numbers
    By Unregistered in forum C++ Programming
    Replies: 8
    Last Post: 02-03-2002, 06:38 PM