Calculators

Calculators

Post by Donn Mille » Thu, 03 Oct 2002 01:36:45




Quote:> What is the best calculator for Linux?

Um... a recursive-descent parser expression evaluator?  Perl -e?

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----

 
 
 

Calculators

Post by Aaron Meye » Thu, 03 Oct 2002 02:34:48




>> What is the best calculator for Linux?

> Um... a recursive-descent parser expression evaluator?  Perl -e?

BANG!!! There goes my brain.
--
Aaron Meyer
RLU#    283393
Comp#   165786

 
 
 

Calculators

Post by phob » Thu, 03 Oct 2002 13:33:41




> > What is the best calculator for Linux?

> Um... a recursive-descent parser expression evaluator?  Perl -e?

Alas, I must confess to a shameful vice...

$ wine /mnt/win/c/windows/calc.exe

I know, I know... :-(

 
 
 

Calculators

Post by Bob Hauc » Thu, 03 Oct 2002 17:09:28






>> > What is the best calculator for Linux?

>> Um... a recursive-descent parser expression evaluator?  Perl -e?

> Alas, I must confess to a shameful vice...

> $ wine /mnt/win/c/windows/calc.exe

Whoa!  Xcalc is better than that!

I use a curses-based thing from ancient times called "dcalc".  It is an
HP-style calculator with a visible stack and pretty sensible keyboard
bindings.  Don't have a URL handy.

--
 -| Bob Hauck
 -| To Whom You Are Speaking
 -| http://www.haucks.org/

 
 
 

Calculators

Post by Dave Leig » Thu, 03 Oct 2002 18:31:12






>> > What is the best calculator for Linux?

>> Um... a recursive-descent parser expression evaluator?  Perl -e?

> Alas, I must confess to a shameful vice...

> $ wine /mnt/win/c/windows/calc.exe

> I know, I know... :-(

WTF?!? Tell me you're doing this because you can, not because you think you
need to.

Try this: kcalc &
Trig mode is default. Want statistics? Click the configure button.

--
Dave Leigh, Consulting Systems Analyst
Cratchit.org

 
 
 

Calculators

Post by Peter Jense » Thu, 03 Oct 2002 23:27:27


[Snip - best calculator]

I use dc in text mode. Great for pipeing expressions into.

Quote:> Xcalc is crap. It looks and acts a mess. Windows
> calculator is actually half-decent if you put it
> in scientific mode.

And if you don't, it will give the wrong result (in some versions).
Example:

25*25+1*25

In scientific mode this gives 650 (correct).
In standard mode it gives 15650 (extremly wrong!)

--
PeKaJe

 
 
 

Calculators

Post by The Ghost In The Machin » Fri, 04 Oct 2002 03:11:41


In comp.os.linux.advocacy, Osama Bin Laden

 wrote
on Wed, 02 Oct 2002 00:44:52 +0100

Quote:> What is the best calculator for Linux?

What precisely did you need?

Basic 4-function?

Trig?

Statistics?

Pretty graphs? :-)

--

It's still legal to go .sigless.

 
 
 

Calculators

Post by The Ghost In The Machin » Fri, 04 Oct 2002 21:59:32


In comp.os.linux.advocacy, Peter Jensen

 wrote
on Wed, 2 Oct 2002 23:27:27 +0200


> [Snip - best calculator]

> I use dc in text mode. Great for pipeing expressions into.

>> Xcalc is crap. It looks and acts a mess. Windows
>> calculator is actually half-decent if you put it
>> in scientific mode.

> And if you don't, it will give the wrong result (in some versions).
> Example:

> 25*25+1*25

> In scientific mode this gives 650 (correct).
> In standard mode it gives 15650 (extremly wrong!)

Standard mode?

My version of xcalc has -stipple and -rpn.  -rpn emulates an HP-10C
(and uses a wide display); -stipple only fiddles with the background
colors.

In RPN mode, one must enter

25 ENTER 25 * ENTER 1 ENTER 25 * +

to get the correct result, if I remember my RPN correctly.
(I might have an extraneous ENTER in there.)

Without RPN my version does the right thing.  Possibly it was patched.

Quote:

> --
> PeKaJe

--

It's still legal to go .sigless.
 
 
 

Calculators

Post by The Ghost In The Machin » Fri, 04 Oct 2002 21:59:39


In comp.os.linux.advocacy, Osama Bin Laden

 wrote
on Thu, 03 Oct 2002 10:48:16 +0100

> On Thu, 03 Oct 2002 01:11:41 GMT, in
> comp.os.linux.advocacy,
>  (The Ghost In The Machine

>>In comp.os.linux.advocacy, Osama Bin Laden

>> wrote
>>on Wed, 02 Oct 2002 00:44:52 +0100

>>> What is the best calculator for Linux?

>>What precisely did you need?

>>Basic 4-function?

>>Trig?

>>Statistics?

>>Pretty graphs? :-)

> All of the above.

That might take some doing.  I'm not familiar enough with the
TI series of graphing calculators to stipulate which variant
one should emulate.  (Perhaps a representative of TI can
clarify this? :-) )

Or one can just punt and suggest Gnumeric with the guppi option
(which isn't really an option but Debian at one point didn't have
the dependencies quite right; hopefuly they've fixed it by now).
Gnumeric of course is far more than a calculator but does have
all of the above capabilities.

--

It's still legal to go .sigless.

 
 
 

Calculators

Post by Johan Lindquis » Fri, 04 Oct 2002 22:19:03


On tor, 03 okt 2002 at 21:59 GMT, gazing longingly at the horizon,

felt a deep, passionate desire to let the following be known:

Quote:> 25 ENTER 25 * ENTER 1 ENTER 25 * +

                  ^
                  |
I'm guessing this-' one. :)

Quote:> (I might have an extraneous ENTER in there.)

--
Time flies like an arrow, fruit flies like a banana.      Perth ---> *
 10:15pm  up 30 days, 22:54,  9 users,  load average: 0.17, 0.35, 0.68
$ cat /dev/bollocks                      Registered Linux user #261729
architect synergistic metrics
 
 
 

Calculators

Post by Peter Jense » Fri, 04 Oct 2002 23:55:59



Quote:>>> Xcalc is crap. It looks and acts a mess. Windows
>>> calculator is actually half-decent if you put it
>>> in scientific mode.

>> And if you don't, it will give the wrong result (in some versions).
>> Example:

>> 25*25+1*25

>> In scientific mode this gives 650 (correct).
>> In standard mode it gives 15650 (extremly wrong!)

> Standard mode?

The option right above scientific mode ...

Quote:> My version of xcalc [Snip]

Whoa there ... Who was talking about xcalc? Read my post again (or at
least the lines included above). OBL is talking about xcalc and then
says that Windows calculator is good if put in scientific mode. I then
replied that if one does not put it in scientific mode, then the order
of operations is screwed ...
--
PeKaJe
 
 
 

Calculators

Post by godl.. » Sat, 05 Oct 2002 04:24:07




>> What is the best calculator for Linux?

> Um... a recursive-descent parser expression evaluator?  Perl -e?

Perl -d provides a nicer interface.
 
 
 

Calculators

Post by Kelsey Bjarnaso » Sat, 05 Oct 2002 07:40:07


[snips]


>>Whoa!  Xcalc is better than that!

> Xcalc is crap. It looks and acts a mess.

Odd; here it looks and acts like a calculator program.
 
 
 

Calculators

Post by Kelsey Bjarnaso » Sat, 05 Oct 2002 10:40:02



> On Fri, 04 Oct 2002 05:40:07 GMT, in
> comp.os.linux.advocacy,
>  ("Kelsey Bjarnason"

>>[snips]


>>>>Whoa!  Xcalc is better than that!

>>> Xcalc is crap. It looks and acts a mess.

>>Odd; here it looks and acts like a calculator program.

> A horrible calculator program.

Really?  I haven't found that to be the case.  It adds, subtracts,
divides, multiplies, handles logs - both flavours - powers, roots and a
handful of other things.  Just your typical desktop calculator
application.  It even appears to get the right answers fairly
consistently, with a pretty decent precision.  No more or less "horrible"
than any other comparable app.  Oh, there are some which add a lot of
extra features, which is nice to have, but for the class of application
that it is, it seems about on a par with the rest.
 
 
 

Calculators

Post by The Ghost In The Machin » Sun, 06 Oct 2002 02:01:39


In comp.os.linux.advocacy, Peter Jensen

 wrote
on Thu, 3 Oct 2002 23:55:59 +0200


>>>> Xcalc is crap. It looks and acts a mess. Windows
>>>> calculator is actually half-decent if you put it
>>>> in scientific mode.

>>> And if you don't, it will give the wrong result (in some versions).
>>> Example:

>>> 25*25+1*25

>>> In scientific mode this gives 650 (correct).
>>> In standard mode it gives 15650 (extremly wrong!)

>> Standard mode?

> The option right above scientific mode ...

>> My version of xcalc [Snip]

> Whoa there ... Who was talking about xcalc? Read my post again (or at
> least the lines included above). OBL is talking about xcalc and then
> says that Windows calculator is good if put in scientific mode. I then
> replied that if one does not put it in scientific mode, then the order
> of operations is screwed ...
> --
> PeKaJe

I stand corrected --- and the Win2k calc does*up as indicated.
Not sure if this is worse than the 3.11 - 3.10 = 0.00 bug, or what. :-)

--

It's still legal to go .sigless.