Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 527 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 527 Bytes

calc-bits

Add-ons and modifications to Calc, the C-style arbitrary precision calculator.

Calc is available from http://www.isthe.com/chongo/tech/comp/calc/.

The add-ons presented here include:

  • calc.vim -- Calc source file syntax highlighting in the Vim editor
  • cal/guff.cal -- implementations of most of the simple integer factorizers

The modifications presented here include:

  • Makefile -- minor compilation and linker flag updates
  • zfunc.c|zmath.c|zmath.h -- a speed improvement to builtin function issq()