Articles or book(s) about the functions behind a scientific calculator
|
11-25-2018, 07:45 PM
Post: #30
|
|||
|
|||
RE: Articles or book(s) about the functions behind a scientific calculator
Addendum:
A while ago I've written a Python to FOCAL Compiler. The program is still online: just click run ▸ and define your function. Code: def example(x): And then run: Code: translate(example.__code__) This will produce the following HP-41 program: Code: LBL "EXAMPLE" And then there's tcab's fancy Python to RPN - source code converter. It will translate: Code: LBL("EXAMPLE") Code: LBL "EXAMPLE" HTH Thomas |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 15 Guest(s)