Function: artist-get-dfdy-init-coeff
artist-get-dfdy-init-coeff is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-get-dfdy-init-coeff OCTANT)
Documentation
Retrieve dfdy component for OCTANT.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-get-dfdy-init-coeff (octant)
"Retrieve dfdy component for OCTANT."
(aref (aref artist-octant-info (- octant 1)) 1))