Searched +refs:math +refs:integerp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-bin.el143 (if (> (math-abs n) 100)
146 (list n (math-power-of-2 (math-abs n)))
191 (math-compute-max-digits (math-abs calc-word-size)
197 (defvar math-power-of-2-cache (list 1 2 4 8 16 32 64 128 256 512 1024))
198 (defvar math-big-power-of-2-cache nil)
199 (defun math-power-of-2 (n) ; [I I] [Public]
201 (or (nth n math-power-of-2-cache)
202 (let* ((i (length math
[all...]
H A Dcalc-aent.el53 (alg-exp (mapcar 'math-evaluate-expr entry)))
63 (math-format-value x 1000)))
73 (math-format-value (car alg-exp) 1000))
76 (math-format-value (car alg-exp) 1000))
77 (if (and (integerp (car alg-exp))
85 (let ((long (concat (math-format-value (car entry) 1000)
103 (math-expr-opers math-standard-opers)
157 (or (not (integerp str))
162 (and (integerp st
[all...]
H A Dcalccomp.el35 (defconst math-eqn-special-funcs
65 ;; math-comp-just and math-comp-comma-spc are local to
66 ;; math-compose-expr, but are used by math-compose-matrix, which is
67 ;; called by math-compose-expr
68 (defvar math-comp-just)
69 (defvar math-comp-comma-spc)
71 ;; math-comp-vector-prec is local to math
[all...]
H A Dcalc.el48 ;; of the prefixes "math", "Math", or "calc", with the exceptions of
88 ;; Get math-read-big-expr to read sums, products, etc.
89 ;; Change calc-grab-region to use math-read-big-expr.
97 ;; Test accuracy of advanced math functions over whole complex plane.
99 ;; Extend advanced math functions to handle error forms and intervals.
100 ;; Provide a better implementation for math-sin-cos-raw.
101 ;; Provide a better implementation for math-hypot.
102 ;; Provide a better implementation for math-make-frac.
142 ;; Note: Probably a good idea to call math-simplify-extended before
602 math Us
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el682 (const :tag "Math packages" math)))
2634 (when (vhdl-standard-p 'math)
2635 (define-key vhdl-template-map "\C-pc" 'vhdl-template-package-math-complex)
2636 (define-key vhdl-template-map "\C-pr" 'vhdl-template-package-math-real)
3138 (when (vhdl-standard-p 'math)
3140 ("math_complex" vhdl-template-package-math-complex)
3141 ("math_real" vhdl-template-package-math-real)
3311 (when (vhdl-standard-p 'math)
3312 '(["math_complex" vhdl-template-package-math-complex t]
3313 ["math_real" vhdl-template-package-math
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtexinfmt.el1745 (cond ((integerp (car (cdr (car texinfo-stack))))
4264 (put 'math 'texinfo-format 'texinfo-format-noop)

Completed in 349 milliseconds