grad   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/contrib/cas.xtm

Implementation

(define-macro (grad e vs)
  (list 'quote (scmcas 'grad e vs)))


Back to Index

Similar Entries