Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 518 Bytes

README.org

File metadata and controls

16 lines (15 loc) · 518 Bytes

Readme - Calc Prog

Calc Prog

This is a small extension to the Emacs calc package. It aims to do the following:

  • Add common IEC binary units
  • Easier shifting functions with
    • prog-shift-left-by
    • prog-shift-right-by
  • Masking function with
    • prog-mask
  • Kill number to 0xNNN format, suitable for programming languages that support that.
    • prog-hex-kill