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

/macosx-10.10.1/emacs-93/emacs/lisp/calc/
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 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/textmodes/
H A Dtexinfmt.el1465 (num (read arg)))
1466 (insert-char ?\n num)))
1745 (cond ((integerp (car (cdr (car texinfo-stack))))
4264 (put 'math 'texinfo-format 'texinfo-format-noop)
/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...]

Completed in 152 milliseconds