logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

grpn - GTK+ reverse polish notation calculator

Author

       GRPN was written by Paul Wilkins <paul.wilkins@analog.com>.

GRPN                                               April 2002                                            GRPN(1)

Description

       GRPN  is  a  RPN  calculator for the X Window system built using the GIMP Toolkit (GTK+). GRPN works with
       real numbers, complex numbers, matrices, and complex matrices. Numbers can be displayed  in  4  different
       radix modes, and complex numbers can be displayed in either Cartesian or polar form.

       grpn is a GTK+ reverse polish notation calculator.

Name

       grpn - GTK+ reverse polish notation calculator

Options

-b   Don't draw the buttons.

         -bmbasemode
              Start in basemode: dec, eng, bin, oct, or hex.

         -rowsn
              Display (a minimum of) n rows.

         -colsn
              Display (a minimum of) n columns.

         -btn-fnfont
              Use font for the buttons and menu bar.

         -disp-fnfont
              Use font for the main display.

         -fnfont
              Specifies both -btn-fn and -disp-fn.

Synopsis

grpn[-fnfont] [-btn-fn font] [-disp-fn font] [-rowsn] [-cols n] [-b] [-bmdec|eng|bin|oct|hex]

See Also