REQ: Calculator program...

C

Chaos Master

Hello.

I'm looking for a calculator program that *DOESN'T SHOW* large numbers
in scientifical notation (e.g. 1E+8 = 1 * 10^8).

Rather, I want the program to give me the full number (e.g. 100000000)
and do operations using this format.

Anybody knows of any? I really hate scientifical notation.


--
Chaos Master®, posting from Canoas, Rio Grande do Sul, Brazil - 29.55° S
/ 51.11° W / GMT-2h / 15m .

"People told me I can't dress like a fairy.
I say, I'm in a rock band and I can do what the hell I want!"
-- Amy Lee

(My e-mail address isn't read. Please reply to the group!)
 
G

Gary R. Schmidt

Chaos said:
Hello.

I'm looking for a calculator program that *DOESN'T SHOW* large numbers
in scientifical notation (e.g. 1E+8 = 1 * 10^8).

Rather, I want the program to give me the full number (e.g. 100000000)
and do operations using this format.

Anybody knows of any? I really hate scientifical notation.


The dc "Desk Calculator" and bc "Basic Calculator" programs on UNIX do
this, so the dc and bc that come with Cygwin or are part of a GNU port
to your OS will do it.

You want bc, dc uses RPN and can be confusing.

I've used (UNIX) bc over the decades to validate up 30K-digit
arithmetic, and it's not failed on me yet. (Can't swear as to Cygwin or
GNU versions being as tight, as I haven't used them for such things,
only the AT&T version).

Cheers,
Gary B-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top