Function: math-ln-raw-3

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

Signature

(math-ln-raw-3 X)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-math.el.gz
(defun math-ln-raw-3 (x)   ; [F F]
  (math-mul-float (math-ln-raw-series x 3 x (math-sqr-float x))
		  '(float 2 0)))