Function: artist-get-dfdx-init-coeff

artist-get-dfdx-init-coeff is a byte-compiled function defined in artist.el.gz.

Signature

(artist-get-dfdx-init-coeff OCTANT)

Documentation

Retrieve dfdx component for OCTANT.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;; Primitives for the artist-octant-info.
;; Decrease octant by 1 since elt counts from 0 and octant counts from 1.
;;
(defsubst artist-get-dfdx-init-coeff (octant)
  "Retrieve dfdx component for OCTANT."
  (aref (aref artist-octant-info (- octant 1)) 0))