Function: math-ln-plus-1-raw

math-ln-plus-1-raw is a byte-compiled function defined in calc-math.el.gz.

Signature

(math-ln-plus-1-raw X)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-math.el.gz
(defun math-ln-plus-1-raw (x)
  (math-lnp1-series x 2 x (math-neg x)))