Post Reply 
Walkthrough of an RPL program for an RPN programmer
08-19-2018, 12:17 AM
Post: #2
RE: Walkthrough of an RPL program for an RPN programmer
Thank you Thomas, great post.

Just when I thought I can read RPL code, you showed the shoelace formula.

Code:
«
  DUP HEAD +
  2 « CROSS » DOSUBS
  ∑LIST ABS 2 /
»

Perhaps an explanation of how that work ?

For example, why CROSS need the << ... >> ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Walkthrough of an RPL program for an RPN programmer - Albert Chan - 08-19-2018 12:17 AM



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