webOS Nation Forums >  webOS developer forums >  i-marco apps > Scientific RPN Calculator
Scientific RPN Calculator

  Reply
 
LinkBack Thread Tools Display Modes
Old 07/10/2009, 07:21 PM   #21 (permalink)
Member
 
sanmanc's Avatar
 
Join Date: Oct 2008
Location: San Antonio, TX
Posts: 58
Likes Received: 0
Thanks: 11
Thanked 0 Times in 0 Posts
Default

Nice work but does anyone have a calculator with hexidecimal?
__________________
i500 --> Treo650 --> PPC6700 --> MotoQ --> Instinct --> Treo800w --> HTC Mogul/Palm Prē
sanmanc is offline   Reply With Quote
Old 07/10/2009, 08:37 PM   #22 (permalink)
Member
 
johncc's Avatar
 
Join Date: Oct 2005
Location: Adelaide, AU,.... (EU Pre 3, TP 32GB, P100UEU 2.1.0)
Posts: 3,908
Likes Received: 87
Thanks: 544
Thanked 453 Times in 331 Posts
Default

Quote:
Originally Posted by TheMarco View Post
...
- STO, STO-, STO+ and RCL (memory registers, will be implemented
...
Looking good. Please make it multiple memories. (The PalmOS program KALK has a good model. When you press STO/RCL it brings up a page of Registers, allowing you to press the one that you want to use). Probably requires persistent data to be useful.
johncc is offline   Reply With Quote
Old 07/11/2009, 12:32 AM   #23 (permalink)
Member
 
Obscura's Avatar
 
Join Date: Jan 2004
Location: Houston
Posts: 148
Likes Received: 0
Thanks: 32
Thanked 11 Times in 7 Posts
Default

I've used RPN calculators since 1987... didn't realize until just now that I'm spoiled by gRPN and it's eight line display.

How do I view the stack of numbers in the register? :-)
__________________
Obscura
Obscura is offline   Reply With Quote
Old 07/11/2009, 01:11 AM   #24 (permalink)
Member
 
johncc's Avatar
 
Join Date: Oct 2005
Location: Adelaide, AU,.... (EU Pre 3, TP 32GB, P100UEU 2.1.0)
Posts: 3,908
Likes Received: 87
Thanks: 544
Thanked 453 Times in 331 Posts
Default

Quote:
Originally Posted by Obscura View Post
I've used RPN calculators since 1987... didn't realize until just now that I'm spoiled by gRPN and it's eight line display.

How do I view the stack of numbers in the register? :-)
Never used one with more that 3 levels of the stack visible. Are the 8 levels all involved in stack manipulation operations.
johncc is offline   Reply With Quote
Old 07/12/2009, 01:49 AM   #25 (permalink)
Member
 
Join Date: Jun 2009
Posts: 112
Likes Received: 0
Thanks: 12
Thanked 10 Times in 4 Posts
Default

Nice app, alot better then the default one
h3artl3ss is offline   Reply With Quote
Old 07/12/2009, 07:27 AM   #26 (permalink)
Member
 
sacherjj's Avatar
 
Join Date: Jun 2009
Location: Indianapolis, IN
Posts: 1,686
Likes Received: 0
Thanks: 41
Thanked 365 Times in 215 Posts
Default

Need a minimum of 4 display line or RPN isn't useful.
sacherjj is offline   Reply With Quote
Old 07/12/2009, 08:06 AM   #27 (permalink)
Member
 
johncc's Avatar
 
Join Date: Oct 2005
Location: Adelaide, AU,.... (EU Pre 3, TP 32GB, P100UEU 2.1.0)
Posts: 3,908
Likes Received: 87
Thanks: 544
Thanked 453 Times in 331 Posts
Default

Quote:
Originally Posted by sacherjj View Post
Need a minimum of 4 display line or RPN isn't useful.
Can't agree with that. One (like this one) is perfectly satisfactory for a general purpose calculator.
johncc is offline   Reply With Quote
Old 07/13/2009, 02:08 AM   #28 (permalink)
Member
 
TheMarco's Avatar
 
Join Date: Jun 2009
Location: Sunnyvale CA
Posts: 699
Likes Received: 6
Thanks: 19
Thanked 160 Times in 72 Posts
Default

Hi all,

Just a quick heads up to let you all know that I'm still working on the calculator. I did however decide to take a step back and redo the keyboard layout. I'm switching to what I'd call 'HP style buttons'. These buttons make much more effective use of screen estate because they allow not two but three functions per button. This allows me to stuff much more functionality in the app to make sure this is going to be and STAY the most bad *** calculator app for the pre.

I'm not planning on displaying multiple stack lines. The HP15C I had in high-school and university did absolutely fine without this. I can however increase the amount of levels on the stack to 8, this is a trivial change. I do wonder if it's needed though. Again, the HP had 4 levels and I never considered this a limitation while using it.

I'm attaching a sneak peek of the new button look. Still trying to work out what new functionality I'll put in now that I have so much more space
Attached Images
File Type: png Picture 24.png (43.0 KB, 65 views) Email Attachment
TheMarco is offline   Reply With Quote
Old 07/13/2009, 09:06 PM   #29 (permalink)
Member
 
Join Date: Jul 2009
Posts: 8
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
Default

any chance at a financial calculator?
jth6570 is offline   Reply With Quote
Old 07/14/2009, 01:56 AM   #30 (permalink)
Member
 
johncc's Avatar
 
Join Date: Oct 2005
Location: Adelaide, AU,.... (EU Pre 3, TP 32GB, P100UEU 2.1.0)
Posts: 3,908
Likes Received: 87
Thanks: 544
Thanked 453 Times in 331 Posts
Default

Quote:
Originally Posted by TheMarco View Post
...
I can however increase the amount of levels on the stack to 8, this is a trivial change. I do wonder if it's needed though. Again, the HP had 4 levels and I never considered this a limitation while using it.
...
I think that the prerequisite for the smaller stack is to have registers to store intermediate results which could otherwise stay on the stack.
johncc is offline   Reply With Quote
Old 07/14/2009, 02:07 AM   #31 (permalink)
Member
 
Obscura's Avatar
 
Join Date: Jan 2004
Location: Houston
Posts: 148
Likes Received: 0
Thanks: 32
Thanked 11 Times in 7 Posts
Default

Quote:
Originally Posted by TheMarco View Post
I'm attaching a sneak peek of the new button look. Still trying to work out what new functionality I'll put in now that I have so much more space
New buttons look GREAT! :-) I'd kinda like to see a multi-line display. This might also take care of when the app shrinks due to notifications. (new notifications push things up and the display loses one line per.)

Either way, love the app. I've been using RPN so long I get confused trying to use a standard calculator.

Thanks!
__________________
Obscura
Obscura is offline   Reply With Quote
Old 07/14/2009, 10:52 AM   #32 (permalink)
Member
 
Join Date: Jun 2009
Posts: 4
Likes Received: 0
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Given the traditional hp calculator layouts, did you consider the landscape mode orientation instead? Thanks for a great app. It's hard for me not to use RPN, so I had been waiting for this.
profkang is offline   Reply With Quote
Old 07/14/2009, 10:27 PM   #33 (permalink)
Member
 
Join Date: Dec 2003
Posts: 402
Likes Received: 0
Thanks: 43
Thanked 46 Times in 41 Posts
Default

Quote:
Originally Posted by profkang View Post
Given the traditional hp calculator layouts, did you consider the landscape mode orientation instead? Thanks for a great app. It's hard for me not to use RPN, so I had been waiting for this.
I agree, the landscape layout would be great, especially for a financial calculator that emulates the HP-12C. However, most scientific calcs and even the HP-17BII are in 'portait.'
rogerkang is offline   Reply With Quote
Old 07/15/2009, 10:34 PM   #34 (permalink)
Member
 
Join Date: Jul 2009
Posts: 3
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default Quantatively speaking….Sweet2!

With a 25 year math, physics and EE R&D background, I stumble whenever I am forced to use an algebraic calculator. It takes about ten minutes to re-learn the old ways.

Thanks for your efforts. We in the minority (RPN) are greatful.

Sorry about the "Sweet2"...exponential represenation is also a rarity.
carlsoj is offline   Reply With Quote
Old 07/17/2009, 11:04 AM   #35 (permalink)
Member
 
Join Date: May 2005
Posts: 48
Likes Received: 0
Thanks: 18
Thanked 0 Times in 0 Posts
Default

The buttons are too hard to tap...they are too small.
sandrshe is offline   Reply With Quote
Old 07/17/2009, 03:39 PM   #36 (permalink)
Member
 
TheMarco's Avatar
 
Join Date: Jun 2009
Location: Sunnyvale CA
Posts: 699
Likes Received: 6
Thanks: 19
Thanked 160 Times in 72 Posts
Default

The buttons are 46x60 pixels. This should be enough for accurate tapping really. Also, the next release will not only have the new button look but the buttons will also have visual feedback (they 'sink' when tapped so the user will see what they tapped).

See attached GIF animation.

Other than this: I'm trying the best I can to work on this but life eats up a lot of time with a wife being in the final stages of pregnancy. I hope to be able to do a new release soon!
Attached Images
File Type: gif newbutton.gif (2.3 KB, 182 views) Email Attachment
TheMarco is offline   Reply With Quote
Old 07/17/2009, 11:30 PM   #37 (permalink)
Member
 
Join Date: Jan 2004
Posts: 124
Likes Received: 0
Thanks: 1
Thanked 3 Times in 3 Posts
Default

FYi incase someone needs conversions right away, just type "convert x to y" in the global search and use google. It's pretty quick. I use it all the time like "convert 50 usd to yen" or "convert 3.4 ft to meters." Unless you have to convert a lot in a short period of time, it's probably about as fast as finding the app to launch and then configuring it to convert what you want. Plus google always has their currency exchanges up to date. Google does a lot of things. It'll even do other math.

Calculator is really nice, though. Looking forward to the new version.
TrickerZ is offline   Reply With Quote
Old 07/19/2009, 09:39 AM   #38 (permalink)
Member
 
Join Date: Nov 2004
Posts: 59
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by sacherjj View Post
Need a minimum of 4 display line or RPN isn't useful.
I have to agree here. My background is surveying (which is heavy mathematics) and then I went on to do engineering which is even more mathematics.
Surveyors often use co-ordinate systems. They may calculate the changes of distance in the Northing direction and then switch to calculating them in the Easting direction. It's so nice to see all of those calculations on a 4 stack display. So easy to track what you're doing.

Is there any way we could convince you to consider doing it ??

Roobuls is offline   Reply With Quote
Old 07/21/2009, 12:13 AM   #39 (permalink)
Member
 
Join Date: Jul 2009
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default Awesome calc

Great job. I look forward to your next version. Have you seen RPN for palm os? It works nicely with dragging and dropping numbers around the stack when you need to reorder them. It also allow you to drag them to a number for storage or from the number for retrieval.
sgberman is offline   Reply With Quote
Old 07/21/2009, 11:49 AM   #40 (permalink)
Member
 
Join Date: Dec 2003
Location: Chagrin Falls, OH
Posts: 183
Likes Received: 0
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Hat's off to you for stabbing at this. It is a service to the whole world.

I have and am still using a POS program Power 48 which is an emulator for the HP48GX.

My recollection from when I grabbd that app and installed it, it uses a number of software protocols from HP which HP provides for free...you just download it. Install the app and its links and it works just like the HP, no exceptions etc.

You may want to look this up as it may provide you with more information and resources that will hopefully halp you help us.

Thanks again.
skigs is offline   Reply With Quote
Thanked By: oldmantone
Reply

 

Tags
calculator, rpn, scientific

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0