RPN Command Reference

From OpenRPN

Jump to: navigation, search

Below is a good reference starting point for the RPN command set, borrowed from the 42s. Proposals for extensions are found at the bottom of this page.


Proposed extended command set:
  • FDISP toggle normal decimal display and fraction mode like in 32sii
  • FIRST go to the first element of the active object
  • FINAL go to the final element of the active object
  • IDECM set integer mode base 10 (compare HEXM etc.)
  • MENU is a toggle: hide the active menu line / display it again
  • SAVE saves the calculator status (modes, settings and assignments) in a variable
  • SFCSTX standard deviation of FCSTX
  • SFCSTY standard deviation of FCSTY
  • SMEAN standard deviation of MEAN
  • SSLOPE standard deviation of SLOPE
  • STK? return the stack size
  • STSIZE set the stack size to 4 levels or more
  • SYINT standard deviation of YINT
  • 3D toggles the vector size for vector operations in 2D or 3D

Statistical distributions:
  • chi2(p)
  • F(p)
  • t(p)
  • z(p)
  • Q(F)
  • Q(t)
  • Q(z)
  • Q(chi2)

Commands borrowed from 16c:
  • ASR
  • BC?
  • BS?
  • CB
  • LJ
  • MASKL
  • MASKR
  • RL
  • RLn
  • RLCn
  • RR
  • RRn
  • RRCn
  • SB
  • SL
  • SR
  • STATUS
  • UNSGN
  • WSIZE
  • 1CPL
  • 2CPL