Searched +refs:calc +refs:reduce (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-yank.el0 ;;; calc-yank.el --- kill-ring functionality for Calc
30 ;; This file is autoloaded from calc-ext.el.
32 (require 'calc-ext)
33 (require 'calc-macs)
37 (defun calc-kill (nn &optional no-delete)
39 (if (eq major-mode 'calc-mode)
40 (calc-wrapper
41 (calc-force-refresh)
42 (calc-set-command-flag 'no-align)
43 (let ((num (max (calc
[all...]

Completed in 152 milliseconds