{% extends "base.html" %} {% block additional_js %} {% endblock %} {% block content %}

The intention is to provide access to all HP42S RPN commands or to provide an equivalent.

The description column in the table below is the original "pure" HP42S command description, which will often refer to the stack. The stack is not exposed to the user in Python so please translate these descriptions as follows:

An attempt has been made to redact material in the original "pure" HP42S command description column which might be misleading. The text is struck out but remains, so that the original intent of the command is visible, which may aid understanding and programming.


{% for cmd in cmd_list.keys() %} {% endfor %}
HP42S Command Supported in Python to RPN Comments Parameters Description (original HP42S)
{{ cmd }} {{ cmd_list[cmd]['supported'] }} {{ cmd_list[cmd]['suggestion'] | safe }} {{ cmd_list[cmd]['params'] }} {{ cmd_list[cmd]['description'] | safe }}

Acknowledgement: List of commands taken from the Alternative HP-42S/Free42 Manual

{% endblock %}