Post Reply 
TIME() in RPN Mode?
11-22-2014, 11:02 AM (This post was last modified: 11-22-2014 11:03 AM by Joe Horn.)
Post: #2
RE: TIME() in RPN Mode?
(11-22-2014 07:32 AM)toml_12953 Wrote:  I'm using TIME(program_name) to give the running time of programs but it only appears to work in Algebraic mode. In RPN mode, TIME only seems to give the current time. I've tried putting the program name on the stack but no luck. Is there a way to use TIME() while in RPN mode?

Use TIME(1) to time what's already on level 1 and tag the output with _s.
Use time(1) to time what's already on level 1 but leave the output untagged.

In general, use parentheses in RPN mode to specify how many stack levels to use for the input to the function. So to time the program called FRED, do this:

'FRED' Enter
time(1) Enter

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TIME() in RPN Mode? - toml_12953 - 11-22-2014, 07:32 AM
RE: TIME() in RPN Mode? - Joe Horn - 11-22-2014 11:02 AM
RE: TIME() in RPN Mode? - Didier Lachieze - 11-22-2014, 12:06 PM



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