Post Reply 
(33E) Stream Flow Estimate in Culverts
03-09-2019, 09:21 PM (This post was last modified: 03-09-2019 09:30 PM by Dieter.)
Post: #5
RE: (33E) Stream Flow Estimate in Culverts
(03-09-2019 09:04 PM)Thomas Klemm Wrote:  You can add RAD at the begin of the program and remove these two lines:
Code:
09 ->RAD
26 ->RAD

Edit: Just noticed that you realised this meanwhile.

Yes. This is work in progress. ;-)
Switching to RAD mode also makes sure the program runs in a defined angle mode. The previous version(s) required the user to make sure that DEG mode is set.

(03-09-2019 09:04 PM)Thomas Klemm Wrote:  We can even use 1.4859 with the HP-25:

Does the 33E/C not need a final GTO 00 either?
But I wanted to revert the angle mode to degrees, so I would like to keep this final step.

(03-09-2019 09:04 PM)Thomas Klemm Wrote:  
Code:
10 RCL 1
11 x^2
12 *
13 RCL 1
14 x^2

What about:
Code:
10 RCL 1
11 x^2
12 *
13 LASTx

I had the same idea a few minutes ago. Take a look at the listing. ;-)

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (33E) Stream Flow Estimate in Culverts - Dieter - 03-09-2019 09:21 PM



User(s) browsing this thread: 4 Guest(s)