Thread: Multi-Precision Computations

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    2

    Arrow Multi-Precision Computations

    Hi All.....

    Is it possible to compute high-precision numerical values, for example, up to

    200 significant digits in C or C++ Programming? If yes, then what would be the

    syntax for getting the results in such precision. How such numbers

    are formatted in input and output statements?


    Janak Sharma

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    835
    You need to use an arbitrary-precision arithmetic library such as GMP. See

    http://gmplib.org/

  3. #3
    Registered User
    Join Date
    Oct 2007
    Posts
    2
    Quote Originally Posted by robatino View Post
    You need to use an arbitrary-precision arithmetic library such as GMP. See

    http://gmplib.org/
    Thank you Robatino for giving me reply for Multi-Precision Computations. I still have a problem in installing GMP library. Since I am using WINDOW XP plareform, so could you please tell how to to use gmplib in this environment.

    Janak sharma

  4. #4
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Setting Precision Confusion
    By dnguyen1022 in forum C++ Programming
    Replies: 11
    Last Post: 01-14-2009, 10:38 AM
  2. Format Precision & Scale
    By mattnewtoc in forum C Programming
    Replies: 1
    Last Post: 09-16-2008, 10:34 AM
  3. Help printing a multi array
    By cjohnman in forum C Programming
    Replies: 4
    Last Post: 05-05-2008, 01:35 PM
  4. Replies: 1
    Last Post: 04-03-2008, 01:17 AM
  5. Precision based floating-point
    By Mario F. in forum C++ Programming
    Replies: 4
    Last Post: 07-17-2006, 10:35 AM