Topic: "Calculator" (page 1 of 1)

1
Author Post
Dennis29
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Hello :)

I'm looking for a nice calculator (for Windows), which can also handle very big numbers. I downloaded a few, but I don't like them. I want to able to do several arithmatic operations on big numbers, like x^y, sqrt(x), and so on.
Can someone suggest me such a calculator? :D
private message
Chaosdreamer
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
For XP look for the Powertoy Calculator :thumbsup:
private message
Dennis29
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Yes, I already tried that one...but I have Windows 2000..so I couldn't install it. Maybe I had to be more specific in my previous post. :)
private message
quangntenemy
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Try linkHugs. It's a compiler for Haskell but also my favourite calculator :D
private message EMail Website
beerhunter
groupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
I tend to use a Python interpreter as a calculator (though it has a few annoyances, like '3 / 2' being treated as integer division by default). Haskell also works, but I'd recommend linkGHC, which allows you to define variables and functions from interactive mode (HUGS doesn't allow that, since it is hard to implement for Haskell).
private message EMail

Topic: "Calculator" (page 1 of 1)

1