Thread: Calculator

  1. #1
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318

    Calculator

    Once I had a calculator (written in C++), what could calculate and show numbers even with 1000 digits. I would like to find a calculator that would calculate at least 605 digits. And where I can use the pow function. Really the point is that I want to know the exact answer of pow(2,2005) what almost no calculator can tell me...

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    My best code is written with the delete key.

  3. #3
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    your answer:
    36740182248776144775450662437685823488714166466838
    24641528456757842452036455585004341310356212820063
    73902708684475988087503078067476177706056298033973
    32901932521596526499929600220409327436814358857256
    63682031559833011694836684427646314144833294923327
    06895988986119676188622814737994597278515725510305
    06458030134050875026721792761435138532498848299128
    48013728086934612026576704260231561001336360572266
    15061116785268538006469695546892934911530186404930
    84618848669414577586490748695052531226226309321786
    48172173618679232496907161165421825744285288825084
    24400561393692162633096866617489452038991523676894
    0032

    http://www.swox.com/gmp/#TRY

    (same link as prelude's just a more specific section if you didn't want to create your own)
    Last edited by major_small; 10-12-2005 at 01:20 PM.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  4. #4
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Thanks...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need help modifying my calculator!!
    By Matus in forum C Programming
    Replies: 5
    Last Post: 03-25-2008, 12:03 PM
  2. GUI Calculator - Critique
    By The Brain in forum Windows Programming
    Replies: 1
    Last Post: 02-25-2006, 04:39 AM
  3. Calculator + LinkedList
    By maro009 in forum C++ Programming
    Replies: 20
    Last Post: 05-17-2005, 12:56 PM
  4. Need help with calculator program
    By Kate in forum C# Programming
    Replies: 1
    Last Post: 01-16-2004, 10:48 AM
  5. Replies: 2
    Last Post: 05-10-2002, 04:16 PM