Searched +refs:calc +refs:num +refs:units (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc.el0 ;;; calc.el --- the GNU Emacs calculator
32 ;; facilities. The more advanced features are based in calc-ext, which
45 ;; report-calc-bug to send them).
48 ;; of the prefixes "math", "Math", or "calc", with the exceptions of
49 ;; "full-calc", "full-calc-keypad", "another-calc", "quick-calc",
50 ;; "report-calc-bug", and "defmath". User-accessible variables begin
61 ;; Consider reimplementing calc
209 (defgroup calc nil function
1282 (defun calc (&optional arg full-display interactive) function
[all...]
H A Dcalc-ext.el0 ;;; calc-ext.el --- various extension functions for Calc
30 (require 'calc)
31 (require 'calc-macs)
47 (defvar calc-alg-map)
48 (defvar calc-alg-esc-map)
51 (defun calc-init-extensions ()
53 (define-key calc-mode-map ":" 'calc-fdiv)
54 (define-key calc-mode-map "\\" 'calc
[all...]

Completed in 271 milliseconds