Function: math-overflow

math-overflow is a byte-compiled function defined in calc-ext.el.gz.

Signature

(math-overflow &optional EXP)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-ext.el.gz
(defun math-overflow (&optional exp)
  (if (and exp (math-negp exp))
      (math-underflow)
    (signal 'math-overflow nil)))