Homepage: https://www.gnu.org/software/emacs
Author: David Gillespie
The GNU Emacs calculator
Calc is split into many files. This file is the main entry point. This file includes autoload commands for various other basic Calc facilities. The more advanced features are based in calc-ext, which in turn contains autoloads for the rest of the Calc files. This odd set of interactions is designed to make Calc's loading time be as short as possible when only simple calculations are needed. Original author's address: Dave Gillespie, daveg@synaptics.com, uunet!synaptx!daveg. Synaptics, Inc., 2698 Orchard Parkway, San Jose, CA 95134. The old address daveg@csvax.cs.caltech.edu will continue to work for the foreseeable future. Bug reports and suggestions are always welcome! (Type M-x report-emacs-bug to send them). All functions, macros, and Lisp variables defined here begin with one of the prefixes "math", "Math", or "calc", with the exceptions of "full-calc", "full-calc-keypad", "another-calc", "quick-calc", and "defmath". User-accessible variables begin with "var-".