Closed Thread
Results 1 to 6 of 6

Thread: large floating point calculations

  1. #1
    zeos386sx is offline Newbie
    Join Date
    Mar 2007
    Posts
    9
    Rep Power
    0

    large floating point calculations

    I would like to write a math program that can do floating-point calculations to several hundred decimal places. What would be the best (or easiest) programming language to use.

    Thanks for any help

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    C/C++ already has a library for doing that. I know it can be done in JavaScript as well.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    zeos386sx is offline Newbie
    Join Date
    Mar 2007
    Posts
    9
    Rep Power
    0

    Thank you..

    I don't have any familiarity with JavaScript so I will buy a copy of C/C++.

    I actually found a workaround today for small calculations. Microsoft has a calculator program in its WinXP powertoys collection. It can be set to do calculations to 512 bit precision - slow but useable.

    Thanks for your help.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    You don't have to "buy" C/C++. Dev-C++ is a free IDE and that comes with the free MinGW compiler.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    zeos386sx is offline Newbie
    Join Date
    Mar 2007
    Posts
    9
    Rep Power
    0
    Thanks for that info. I love to save money!!!

  7. #6
    zeos386sx is offline Newbie
    Join Date
    Mar 2007
    Posts
    9
    Rep Power
    0

    another freebie

    Microsoft also offers a free version of its "Visual C++2005 Express Edition". It's free but it looks like you have to register to get a "key" to activate it. It's available at the website below.

    Visual Studio Express: Visual C++ - Easy to Use

    I assume it's a stripped down version. Does anyone know what it lacks?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Floating point
    By ljl22 in forum C and C++
    Replies: 3
    Last Post: 03-22-2011, 07:43 AM
  2. Floating Point Precision
    By EebamXela in forum General Programming
    Replies: 2
    Last Post: 02-16-2011, 05:09 PM
  3. Floating point ...~
    By R3.RyozKidz in forum Java Help
    Replies: 3
    Last Post: 01-29-2010, 06:02 AM
  4. In need of floating point help
    By Ansems_keyblade in forum General Programming
    Replies: 3
    Last Post: 12-02-2009, 10:02 AM
  5. floating point variables in c/c++
    By avibiter in forum C and C++
    Replies: 1
    Last Post: 05-22-2009, 11:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts