{% extends "base.html" %} {% block additional_js %} {% endblock %} {% block content %}
This is the Python RPN Utility Functions program.
It contains all the required subroutines for running
programs generated by the Python to RPN converter.
Normally you do not need this program because any required utility subroutines are automatically embedded into your RPN. However you can save memory by keeping your generated RPN small, and having it call the subroutines in this program instead. To do so, uncheck the Auto include checkbox on the main Converter page.
Warning: New subroutines are added regularly, so make sure you delete this "PyLIB" program and paste the latest version into your calculator/Free42 regularly.
{{ rpn }}